mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
libpcap: Update to 1.0.0 and sync with OE.dev
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
12
meta/packages/libpcap/libpcap-1.0.0/ldflags.patch
vendored
Normal file
12
meta/packages/libpcap/libpcap-1.0.0/ldflags.patch
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -urN libpcap-1.0.0.orig/Makefile.in libpcap-1.0.0/Makefile.in
|
||||
--- libpcap-1.0.0.orig/Makefile.in 2008-10-28 01:26:13.000000000 +0000
|
||||
+++ libpcap-1.0.0/Makefile.in 2009-04-02 13:54:20.000000000 +0000
|
||||
@@ -326,7 +326,7 @@
|
||||
#
|
||||
libpcap.so: $(OBJ)
|
||||
@rm -f $@
|
||||
- $(CC) -shared -Wl,-soname,$@.1 -o $@.`cat $(srcdir)/VERSION` $(OBJ) $(DAGLIBS)
|
||||
+ $(CC) $(LDFLAGS) -shared -Wl,-soname,$@.1 -o $@.`cat $(srcdir)/VERSION` $(OBJ) $(DAGLIBS)
|
||||
|
||||
#
|
||||
# The following rule succeeds, but the result is untested.
|
||||
Reference in New Issue
Block a user