projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7dd455
)
another zlib fix
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Aug 2005 22:07:44 +0000
(22:07 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Aug 2005 22:07:44 +0000
(22:07 +0000)
SVN-Revision: 1790
openwrt/package/zlib/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/zlib/Makefile
b/openwrt/package/zlib/Makefile
index 2f3bd8c7b5d737b87f425064680059e4dc9c2116..2d88d51a25e6172339fd105a04bfa549eb46466b 100644
(file)
--- 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 \