mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01: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)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CC="$(TARGET_CC) $(TARGET_CFLAGS) -O $(TARGET_CPPFLAGS) -I. -DUNIX" \
|
CC="$(TARGET_CC) $(TARGET_CFLAGS) -O $(TARGET_CPPFLAGS) -I. -DUNIX" \
|
||||||
LD="$(TARGET_CC) $(TARGET_LDFLAGS)" \
|
LD="$(TARGET_CC) $(TARGET_LDFLAGS)" \
|
||||||
|
IZ_BZIP2="no" \
|
||||||
install
|
install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user