X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/08ea49975296fa7515e51d4e44b1ddbdfcfb87d4..ef2954cac321f37032d8a0c00bdeb1fa6c37829e:/package/libpcap/Makefile diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index ed048a4ed..620fdb94b 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -30,6 +30,9 @@ define Package/libpcap/description packet capture. endef +TARGET_CFLAGS += \ + -ffunction-sections -fdata-sections + CONFIGURE_ARGS += \ --enable-shared \ --enable-static \