bzip2: compile with $(FPIC), as perl references libbz2.a (thx, azaghal)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Sep 2009 20:14:03 +0000 (20:14 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Sep 2009 20:14:03 +0000 (20:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17617 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/bzip2/Makefile

index d293831..d46c95c 100644 (file)
@@ -30,6 +30,7 @@ define Package/bzip2/description
        data compressor.
 endef
 
+TARGET_CFLAGS += $(FPIC)
 CONFIGURE_ARGS += --prefix=/usr
 
 MAKE_FLAGS += \