Added target architecture name for ps3
[openwrt.git] / package / libpcap / Makefile
index ed048a4..620fdb9 100644 (file)
@@ -30,6 +30,9 @@ define Package/libpcap/description
  packet capture.
 endef
 
+TARGET_CFLAGS += \
+       -ffunction-sections -fdata-sections
+
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \
This page took 0.022431 seconds and 4 git commands to generate.