zip: don't link libbz2 even if its there
authorSteven Barth <[email protected]>
Fri, 13 Jun 2014 08:43:10 +0000 (10:43 +0200)
committerSteven Barth <[email protected]>
Fri, 13 Jun 2014 08:43:10 +0000 (10:43 +0200)
Signed-off-by: Steven Barth <[email protected]>
utils/zip/Makefile

index e4f311935f81912a280f6124328fe3e1bab5380e..540285a9bdd4b73ad0984abdbff10bd015b85fd8 100644 (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