index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
path:
root
/
include
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2010-11-22 18:49:18 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2010-11-22 18:49:18 +0000
commit
380ea005e1cf3024d0a54444cfe7f042e3e4c584
(
patch
)
tree
ab0826543fe634f9218157f516e6db22d54a553d
/
include
parent
26df9231fa6148d1804d5c8314b5e83eb7ef2b40
(
diff
)
use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path)
SVN-Revision: 24103
Diffstat
(limited to 'include')
-rw-r--r--
include/host-build.mk
3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index 6f742d28a1..161192c3bb 100644
--- a/
include/host-build.mk
+++ b/
include/host-build.mk
@@ -58,7 +58,8 @@ HOST_CONFIGURE_ARGS = \
--prefix=$(STAGING_DIR_HOST) \
--exec-prefix=$(STAGING_DIR_HOST) \
--sysconfdir=$(STAGING_DIR_HOST)/etc \
- --localstatedir=$(STAGING_DIR_HOST)/var
+ --localstatedir=$(STAGING_DIR_HOST)/var \
+ --sbindir=$(STAGING_DIR_HOST)/bin
HOST_CONFIGURE_CMD = ./configure