diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-05-24 10:42:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-05-24 10:42:49 +0000 |
commit | 1da26a536ce9025d3cda68b670905168e1900f23 (patch) | |
tree | 426692f1248504cb8c75db078e34c5ee309d2c08 /package/libpcap/Makefile | |
parent | f94411e910004035c83c3b8261b0790590aaba37 (diff) | |
download | upstream-1da26a536ce9025d3cda68b670905168e1900f23.tar.gz upstream-1da26a536ce9025d3cda68b670905168e1900f23.tar.bz2 upstream-1da26a536ce9025d3cda68b670905168e1900f23.zip |
libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999)
SVN-Revision: 27000
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r-- | package/libpcap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index 75c3ddf3c6..c2a3b74b1c 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -38,7 +38,6 @@ define Package/libpcap/config endef TARGET_CFLAGS += \ - $(FPIC) \ -ffunction-sections \ -fdata-sections |