diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-06 22:10:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-06 22:10:29 +0000 |
commit | e9ea28b0af50ffbcd96639040b6fac539d9b6f3b (patch) | |
tree | 2316dcfe92c81751c2b68974e24e6ae7c0b1bafc /package/libpcap/Makefile | |
parent | 14ac8769b2833e62eea2248296bc60e536aefe00 (diff) | |
download | upstream-e9ea28b0af50ffbcd96639040b6fac539d9b6f3b.tar.gz upstream-e9ea28b0af50ffbcd96639040b6fac539d9b6f3b.tar.bz2 upstream-e9ea28b0af50ffbcd96639040b6fac539d9b6f3b.zip |
use $(FPIC) in a few places where it matters
SVN-Revision: 12225
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r-- | package/libpcap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index ed048a4ed3..cf0304b4cf 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -30,6 +30,8 @@ define Package/libpcap/description packet capture. endef +TARGET_CFLAGS += $(FPIC) + CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ |