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:
010cd31
)
[package] util-linux: compile with -fPIC, some users of its libuuid.a require it...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 24 May 2012 09:17:27 +0000
(09:17 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 24 May 2012 09:17:27 +0000
(09:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31854
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/util-linux/Makefile
patch
|
blob
|
history
diff --git
a/package/util-linux/Makefile
b/package/util-linux/Makefile
index
40d1579
..
bc9a9ba
100644
(file)
--- a/
package/util-linux/Makefile
+++ b/
package/util-linux/Makefile
@@
-36,6
+36,8
@@
CONFIGURE_ARGS += \
--disable-nls \
--disable-tls
+TARGET_CFLAGS += $(FPIC)
+
define Build/InstallDev
$(MAKE) -C $(PKG_BUILD_DIR) \
BUILDCC="$(HOSTCC)" \