diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-24 10:42:49 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-24 10:42:49 +0000 |
commit | e0b1d7ab2557dfc6924628a521a6757e9ef19247 (patch) | |
tree | 913dfdec4a1d0b49a3aeb97938cd9bc874f90c70 /package/libpcap/Makefile | |
parent | 2f232288eea0d46b4278215e32faac385c8d3760 (diff) |
libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27000 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |