mirror of https://github.com/hak5/openwrt.git
bzip2: only build the static library for the host, fixes build errors on mac os x
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48135lede-17.01
parent
44b6a5e549
commit
fa8a94f845
|
@ -89,7 +89,6 @@ HOST_CFLAGS += \
|
||||||
$(HOST_LDFLAGS)
|
$(HOST_LDFLAGS)
|
||||||
|
|
||||||
HOST_MAKE_FLAGS+= \
|
HOST_MAKE_FLAGS+= \
|
||||||
-f Makefile-libbz2_so \
|
|
||||||
CFLAGS="$(HOST_CFLAGS)" \
|
CFLAGS="$(HOST_CFLAGS)" \
|
||||||
all
|
all
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue