From: Felix Fietkau Date: Sat, 19 Sep 2009 20:14:03 +0000 (+0000) Subject: bzip2: compile with $(FPIC), as perl references libbz2.a (thx, azaghal) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=b133618d13e9c2b5f6316da29dc961d3fa7f502d bzip2: compile with $(FPIC), as perl references libbz2.a (thx, azaghal) SVN-Revision: 17617 --- diff --git a/utils/bzip2/Makefile b/utils/bzip2/Makefile index d293831c8b..d46c95cae9 100644 --- a/utils/bzip2/Makefile +++ b/utils/bzip2/Makefile @@ -30,6 +30,7 @@ define Package/bzip2/description data compressor. endef +TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += --prefix=/usr MAKE_FLAGS += \