From: nbd 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://207.154.207.93/?a=commitdiff_plain;h=d0a6597b1c8e173aee0ac9687c4efee120f690a3;p=packages.git bzip2: compile with $(FPIC), as perl references libbz2.a (thx, azaghal) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17617 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/bzip2/Makefile b/utils/bzip2/Makefile index d293831c8..d46c95cae 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 += \