diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-08-29 22:07:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-29 22:07:44 +0000 |
commit | 8d3fdd94d2af9c59413d17b32b7e5b0a0a3bcc42 (patch) | |
tree | 31bf77649481ac9aed5418326696cd16475df2b1 /openwrt | |
parent | e7dd45565690d5ea9532e708ea34a55882f75722 (diff) | |
download | mtk-20170518-8d3fdd94d2af9c59413d17b32b7e5b0a0a3bcc42.zip mtk-20170518-8d3fdd94d2af9c59413d17b32b7e5b0a0a3bcc42.tar.gz mtk-20170518-8d3fdd94d2af9c59413d17b32b7e5b0a0a3bcc42.tar.bz2 |
another zlib fix
SVN-Revision: 1790
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/zlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/zlib/Makefile b/openwrt/package/zlib/Makefile index 2f3bd8c..2d88d51 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 \ |