X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/08ea49975296fa7515e51d4e44b1ddbdfcfb87d4..97ad75a40a47df06bbec7a4a4f6b9c117d110967:/package/libpcap/Makefile diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index ed048a4ed..7414195d9 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -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,6 +29,9 @@ define Package/libpcap/description packet capture. endef +TARGET_CFLAGS += \ + -ffunction-sections -fdata-sections + CONFIGURE_ARGS += \ --enable-shared \ --enable-static \