mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
zip: don't link libbz2 even if its there
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
@@ -49,6 +49,7 @@ define Build/Compile
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
CC="$(TARGET_CC) $(TARGET_CFLAGS) -O $(TARGET_CPPFLAGS) -I. -DUNIX" \
|
||||
LD="$(TARGET_CC) $(TARGET_LDFLAGS)" \
|
||||
IZ_BZIP2="no" \
|
||||
install
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user