X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/854bb425bfcaee93278642205c69ac36a7a58609..e85b14fba4f60938c973cda30865dbd0bbbd0d65:/openwrt/package/zlib/Makefile?ds=inline diff --git a/openwrt/package/zlib/Makefile b/openwrt/package/zlib/Makefile index 2f3bd8c7b..2d88d51a2 100644 --- a/openwrt/package/zlib/Makefile +++ b/openwrt/package/zlib/Makefile @@ -22,6 +22,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared (cd $(PKG_BUILD_DIR); \ $(TARGET_CONFIGURE_OPTS) \ LDSHARED="$(TARGET_CC) -shared -Wl,-soname,libz.so.1" \ + CFLAGS="$(TARGET_CFLAGS) $(CFLAGS_LARGEFILE)" \ ./configure \ --prefix=/usr \ --shared \