projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1c2a3bd
)
[package] compile lvm2 with fpic when necessary (#6930)
author
Florian Fainelli
<florian@openwrt.org>
Thu, 25 Mar 2010 13:44:13 +0000
(13:44 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 25 Mar 2010 13:44:13 +0000
(13:44 +0000)
SVN-Revision: 20423
utils/lvm2/Makefile
patch
|
blob
|
history
diff --git
a/utils/lvm2/Makefile
b/utils/lvm2/Makefile
index 3eacf301d9350c2dbb6bacec2272a9635ffd2069..572e38e516a07c507c74fd2f2740cdd883b698f4 100644
(file)
--- a/
utils/lvm2/Makefile
+++ b/
utils/lvm2/Makefile
@@
-84,7
+84,7
@@
CONFIGURE_ARGS += --disable-o_direct
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
- CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
+ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)
$(FPIC)
" \
DESTDIR="$(PKG_INSTALL_DIR)" \
install
endef
DESTDIR="$(PKG_INSTALL_DIR)" \
install
endef