projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7183161
)
[package] fix zlib linking failures with gcc-4.4+ (#6173)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 2 Jan 2010 19:45:50 +0000
(19:45 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 2 Jan 2010 19:45:50 +0000
(19:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19012
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/zlib/Makefile
patch
|
blob
|
history
diff --git
a/package/zlib/Makefile
b/package/zlib/Makefile
index
19457c1
..
d8213b9
100644
(file)
--- a/
package/zlib/Makefile
+++ b/
package/zlib/Makefile
@@
-39,6
+39,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
+ LDSHARED="$(TARGET_CROSS)ld -shared" \
CFLAGS="$(TARGET_CFLAGS) $(FPIC)" \
libz.a libz.so
mkdir -p $(PKG_INSTALL_DIR)