get rid of $Id$ - it has never helped us and it has broken too many patches ;)
[openwrt.git] / package / libpcap / Makefile
index cf0304b..7414195 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 
@@ -30,7 +29,8 @@ define Package/libpcap/description
  packet capture.
 endef
 
-TARGET_CFLAGS += $(FPIC)
+TARGET_CFLAGS += \
+       -ffunction-sections -fdata-sections
 
 CONFIGURE_ARGS += \
        --enable-shared \
This page took 0.020948 seconds and 4 git commands to generate.