From d0a6597b1c8e173aee0ac9687c4efee120f690a3 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 19 Sep 2009 20:14:03 +0000 Subject: [PATCH] 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 --- utils/bzip2/Makefile | 1 + 1 file changed, 1 insertion(+) 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 += \ -- 2.11.0