aboutsummaryrefslogtreecommitdiffstats
path: root/package/zlib
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-29 22:07:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-29 22:07:44 +0000
commit8f7cf24299f28c312d93bf9b97c7a6562cc061a5 (patch)
tree3dfcbed24b7292b8303f303fc6cef5fa1b165153 /package/zlib
parent70eaa7ac8b192e9c4b10d0725c749a6d7c385c13 (diff)
downloadupstream-8f7cf24299f28c312d93bf9b97c7a6562cc061a5.tar.gz
upstream-8f7cf24299f28c312d93bf9b97c7a6562cc061a5.tar.bz2
upstream-8f7cf24299f28c312d93bf9b97c7a6562cc061a5.zip
another zlib fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1790 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/zlib')
-rw-r--r--package/zlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile
index 2f3bd8c7b5..2d88d51a25 100644
--- a/package/zlib/Makefile
+++ b/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 \