diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-24 16:07:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-24 16:07:46 +0000 |
commit | 1892110085d188bf9873ac1974695636ceeb517d (patch) | |
tree | 313dc3a86ff45a43c1fadc587e9112f88b8c0999 /packages/libpcap/libpcap-0.9.6 | |
parent | 2f140e0b63b0f75f1aaddfd665a91c6a69ef9133 (diff) |
libpcap: fix shared.patch and add a comment about it inside the recipe
Diffstat (limited to 'packages/libpcap/libpcap-0.9.6')
-rw-r--r-- | packages/libpcap/libpcap-0.9.6/shared.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libpcap/libpcap-0.9.6/shared.patch b/packages/libpcap/libpcap-0.9.6/shared.patch index d8118cf142..159389bb87 100644 --- a/packages/libpcap/libpcap-0.9.6/shared.patch +++ b/packages/libpcap/libpcap-0.9.6/shared.patch @@ -11,7 +11,7 @@ +# some defines for shared library compilation - FIXME, if not matching +MAJ=0.9 -+MIN=5 ++MIN=6 +VERSION=$(MAJ).$(MIN) +LIBNAME=pcap +LIBRARY=lib$(LIBNAME).a |