X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Flibpcap%2FMakefile;h=cf0304b4cf8b20e0ccc40a878faa4915b8a61d7c;hp=ed048a4ed3d2dcc14f1bf929e2ee77bec5cbf4aa;hb=78202d191b1e0332bd03740e83a3e8c07819810d;hpb=05e6976da2fd9ee5d91bfe8b1aaa2e803158b03a diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index ed048a4ed3..cf0304b4cf 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -30,6 +30,8 @@ define Package/libpcap/description packet capture. endef +TARGET_CFLAGS += $(FPIC) + CONFIGURE_ARGS += \ --enable-shared \ --enable-static \