summaryrefslogtreecommitdiff
blob: 9adcacaefc6f07d92e44d2e6a5a59f1177d77dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
=== modified file 'Makefile.in'
--- Makefile.in	2008-11-04 18:53:20 +0000
+++ 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.