From: Felix Fietkau Date: Tue, 5 Jan 2016 12:15:41 +0000 (+0000) Subject: bzip2: only build the static library for the host, fixes build errors on mac os x X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=7d3676e4926b842654dd3c3342f1c8513da931ca;p=openwrt-github%2F.git bzip2: only build the static library for the host, fixes build errors on mac os x Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48135 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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