Added target architecture name for ps3
[openwrt.git] / package / libpcap / Makefile
index cf0304b..620fdb9 100644 (file)
@@ -30,7 +30,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.022955 seconds and 4 git commands to generate.