projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff7416
)
zlib: replace -fPIC with $(FPIC)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 20 Oct 2009 08:41:32 +0000
(08:41 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 20 Oct 2009 08:41:32 +0000
(08:41 +0000)
SVN-Revision: 18093
package/zlib/Makefile
patch
|
blob
|
history
diff --git
a/package/zlib/Makefile
b/package/zlib/Makefile
index 8c7f9f9441f5bf8bd3fa9e89b843345d9d0d3f8f..19457c1ac8db23756abcd42f82960aaa5bed3dc6 100644
(file)
--- a/
package/zlib/Makefile
+++ b/
package/zlib/Makefile
@@
-39,7
+39,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)
-fPIC
" \
+ CFLAGS="$(TARGET_CFLAGS)
$(FPIC)
" \
libz.a libz.so
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \