use $(FPIC) in a few places where it matters
[openwrt/staging/wigyori.git] / package / libpcap / Makefile
index ed048a4ed3d2dcc14f1bf929e2ee77bec5cbf4aa..cf0304b4cf8b20e0ccc40a878faa4915b8a61d7c 100644 (file)
@@ -30,6 +30,8 @@ define Package/libpcap/description
  packet capture.
 endef
 
+TARGET_CFLAGS += $(FPIC)
+
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \