[package] fix strange LED behavior with Netgear WGT634U (#3552)
[openwrt.git] / package / libpcap / Makefile
index ed048a4..7414195 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 
 
 include $(TOPDIR)/rules.mk
 
@@ -30,6 +29,9 @@ define Package/libpcap/description
  packet capture.
 endef
 
  packet capture.
 endef
 
+TARGET_CFLAGS += \
+       -ffunction-sections -fdata-sections
+
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \
This page took 0.021852 seconds and 4 git commands to generate.