summaryrefslogtreecommitdiff
path: root/toolchain/libelf
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/libelf')
-rw-r--r--toolchain/libelf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/libelf/Makefile b/toolchain/libelf/Makefile
index c243cdd00..90bf4cb8d 100644
--- a/toolchain/libelf/Makefile
+++ b/toolchain/libelf/Makefile
@@ -14,7 +14,7 @@ $(WRKBUILD)/.headers:
$(WRKBUILD)/.configured:
(cd $(WRKBUILD); \
$(WRKBUILD)/configure \
- --prefix=$(STAGING_HOST_DIR) \
+ --prefix=$(STAGING_HOST_DIR)/usr \
--disable-nls \
--disable-shared \
--enable-static \