git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a980755
)
util-linux-ng: ensure that LDFLAGS are clean on native build
author
Roman I Khimov
<khimov@altell.ru>
Fri, 2 Apr 2010 14:46:30 +0000
(18:46 +0400)
committer
Roman I Khimov
<khimov@altell.ru>
Tue, 6 Apr 2010 18:27:36 +0000
(22:27 +0400)
uclibc-based configurations fail to build util-linux-ng-native because
of "-lintl". Fix LDFLAGS for native builds.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/util-linux-ng/util-linux-ng.inc
patch
|
blob
|
history
diff --git
a/recipes/util-linux-ng/util-linux-ng.inc
b/recipes/util-linux-ng/util-linux-ng.inc
index
d08ffb5
..
e4acd36
100644
(file)
--- a/
recipes/util-linux-ng/util-linux-ng.inc
+++ b/
recipes/util-linux-ng/util-linux-ng.inc
@@
-8,7
+8,7
@@
inherit autotools
DEFAULT_PREFERENCE = "-1"
-INC_PR = "r
19
"
+INC_PR = "r
20
"
# allows for a release candidate
RC ?= ""
@@
-72,6
+72,7
@@
EXTRA_OECONF = "--disable-use-tty-group --disable-makeinstall-chown \
--enable-fsck --enable-reset"
LDFLAGS_append_libc-uclibc = " -lintl"
+LDFLAGS_virtclass-native = "${BUILD_LDFLAGS}"
S = "${WORKDIR}/util-linux-ng-${PV}${RC}"