diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-29 08:35:42 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-29 08:35:42 +0000 |
commit | c889e9e9c18b6de366874c5b7386c534a131f08c (patch) | |
tree | 3dd4258f4680a5536509609f9fb5258ec4faa0ab /packages/libpcap/libpcap-0.9.5 | |
parent | 377b10c85b0d70dbeaad1c57b36e618094a55230 (diff) |
libpcap: bump version of library due to Mickeyl comment. Thx
Diffstat (limited to 'packages/libpcap/libpcap-0.9.5')
-rw-r--r-- | packages/libpcap/libpcap-0.9.5/shared.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libpcap/libpcap-0.9.5/shared.patch b/packages/libpcap/libpcap-0.9.5/shared.patch index cc66a5e5ef..d8118cf142 100644 --- a/packages/libpcap/libpcap-0.9.5/shared.patch +++ b/packages/libpcap/libpcap-0.9.5/shared.patch @@ -11,7 +11,7 @@ +# some defines for shared library compilation - FIXME, if not matching +MAJ=0.9 -+MIN=3 ++MIN=5 +VERSION=$(MAJ).$(MIN) +LIBNAME=pcap +LIBRARY=lib$(LIBNAME).a |