X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/854bb425bfcaee93278642205c69ac36a7a58609..588dea974acb7205d07fb7cee6eb2ca9c6f6dd54:/openwrt/package/zlib/Makefile 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 \