Browse Source

zip: don't link libbz2 even if its there

Signed-off-by: Steven Barth <steven@midlink.org>
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
c0b6ec457e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/zip/Makefile

+ 1
- 0
utils/zip/Makefile View File

@ -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


Loading…
Cancel
Save