aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-05 12:15:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-05 12:15:59 +0000
commit53fa1a315f4bc86b4c86f4ae8174ea22bb57f8e9 (patch)
tree1aa54221820f32e6d484c0e976facb1be2ad0849 /package/utils
parent4209efabe3d1e66961362255f2be68d1bd939571 (diff)
downloadupstream-53fa1a315f4bc86b4c86f4ae8174ea22bb57f8e9.tar.gz
upstream-53fa1a315f4bc86b4c86f4ae8174ea22bb57f8e9.tar.bz2
upstream-53fa1a315f4bc86b4c86f4ae8174ea22bb57f8e9.zip
bzip2: only build the static library for the host, fixes build errors on mac os x
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r48135 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48136 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/bzip2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/utils/bzip2/Makefile b/package/utils/bzip2/Makefile
index 4ad9684217..425173ce52 100644
--- a/package/utils/bzip2/Makefile
+++ b/package/utils/bzip2/Makefile
@@ -89,7 +89,6 @@ HOST_CFLAGS += \
$(HOST_LDFLAGS)
HOST_MAKE_FLAGS+= \
- -f Makefile-libbz2_so \
CFLAGS="$(HOST_CFLAGS)" \
all