diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 14:44:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 14:44:16 +0100 |
commit | 25f8e4c49f42c61bab6eb5241b00b7fe199b0fae (patch) | |
tree | c71474106021c3a161d5bb8c9dd4396dee0caf0f /package/util-linux | |
parent | f7f61c4224518197517c5570f1fdbd8e604252bc (diff) | |
parent | 7a22456611f068b55d84fb8d36b16f8d8a408849 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/util-linux')
-rw-r--r-- | package/util-linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index b449a985e..e2a04670d 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --disable-use-tty-group \ --enable-libblkid \ --enable-libmount \ --enable-mount \ - --with-ncurses=$(STAGING_DIR)/usr/include \ + --with-ncurses=$(STAGING_TARGET_DIR)/usr/include \ --libdir=/usr/lib FAKE_FLAGS+= INSTALLSUID="install -m 4755" TARGET_CFLAGS+= -DSWAPON_HAS_TWO_ARGS -DHAVE_LLSEEK -ltinfo |