From e0b1d7ab2557dfc6924628a521a6757e9ef19247 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 24 May 2011 10:42:49 +0000 Subject: 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 --- package/libpcap/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'package/libpcap/Makefile') diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index 75c3ddf3c..c2a3b74b1 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 -- cgit v1.2.3