aboutsummaryrefslogtreecommitdiffstats
path: root/package/libpcap/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-05-24 10:42:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-05-24 10:42:49 +0000
commit244e0112482398f05c1bc45dd49ef336ad3e8bb2 (patch)
tree913dfdec4a1d0b49a3aeb97938cd9bc874f90c70 /package/libpcap/Makefile
parent1b802fb2bee6c937c3bdf42d996dded24180baad (diff)
downloadupstream-244e0112482398f05c1bc45dd49ef336ad3e8bb2.tar.gz
upstream-244e0112482398f05c1bc45dd49ef336ad3e8bb2.tar.bz2
upstream-244e0112482398f05c1bc45dd49ef336ad3e8bb2.zip
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/Makefile1
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