projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9777dbe
)
util-inux: MKINSTALLDIRS workaround is needed for host install as well
author
Peter Korsgaard
<peter@korsgaard.com>
Mon, 7 Oct 2013 07:05:04 +0000
(09:05 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 7 Oct 2013 07:05:04 +0000
(09:05 +0200)
Fixes http://autobuild.buildroot.net/results/3c8/
3c8c78a5c0421b9079190ddf97b366fc7f0c0859
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/util-linux/util-linux.mk
patch
|
blob
|
history
diff --git
a/package/util-linux/util-linux.mk
b/package/util-linux/util-linux.mk
index a3ee4cd67e35f5ab45d7ece1b9479d900f4d8051..4db1e524e5cf65d2f7f26657f313a6118c617289 100644
(file)
--- a/
package/util-linux/util-linux.mk
+++ b/
package/util-linux/util-linux.mk
@@
-105,3
+105,4
@@
$(eval $(host-autotools-package))
# one, so it disappears
UTIL_LINUX_INSTALL_STAGING_OPT += MKINSTALLDIRS=$(@D)/config/mkinstalldirs
UTIL_LINUX_INSTALL_TARGET_OPT += MKINSTALLDIRS=$(@D)/config/mkinstalldirs
+HOST_UTIL_LINUX_INSTALL_OPT += MKINSTALLDIRS=$(@D)/config/mkinstalldirs