summaryrefslogtreecommitdiffstats
path: root/core/libpcap
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-09 09:34:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-09 09:34:38 +0000
commita8c1cbfd6a50aa3dbeb216eb83134f27bfb9d3b2 (patch)
tree848ab95db10d87bc2c8e99c7d8433a2172d2d648 /core/libpcap
parent702bc247369ad37fccbefe259d2f38653b41eca6 (diff)
downloadaports-a8c1cbfd6a50aa3dbeb216eb83134f27bfb9d3b2.tar.bz2
aports-a8c1cbfd6a50aa3dbeb216eb83134f27bfb9d3b2.tar.xz
core/libpcap: added missing patch
Diffstat (limited to 'core/libpcap')
-rw-r--r--core/libpcap/libpcap-1.0.0-LDFLAGS.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/libpcap/libpcap-1.0.0-LDFLAGS.patch b/core/libpcap/libpcap-1.0.0-LDFLAGS.patch
new file mode 100644
index 00000000..b2fe8d6f
--- /dev/null
+++ b/core/libpcap/libpcap-1.0.0-LDFLAGS.patch
@@ -0,0 +1,13 @@
+=== modified file 'Makefile.in'
+--- a/Makefile.in 2008-11-04 18:53:20 +0000
++++ b/Makefile.in 2008-11-04 18:53:49 +0000
+@@ -328,7 +328,7 @@
+ #
+ libpcap.so: $(OBJ)
+ @rm -f $@
+- $(CC) -shared -Wl,-soname,$@.1 -o $@.`cat $(srcdir)/VERSION` $(OBJ) $(DAGLIBS)
++ $(CC) -shared $(LDFLAGS) -Wl,-soname,$@.1 -o $@.`cat $(srcdir)/VERSION` $(OBJ) $(DAGLIBS)
+
+ #
+ # The following rule succeeds, but the result is untested.
+