diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-18 17:27:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-18 17:27:43 +0100 |
commit | 517022211cab2644bac88865e29af726f1aafeaf (patch) | |
tree | d25531af4c6bcad044cadfd39f2892c059cd1ce1 /package/util-linux/Makefile | |
parent | e2c3a79b3e8b7527d62889175b4b131c0a059e18 (diff) |
avr32 workarounds
Diffstat (limited to 'package/util-linux/Makefile')
-rw-r--r-- | package/util-linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 7e414bde8..c0dad7d06 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -53,6 +53,7 @@ CONFIGURE_ARGS+= --disable-use-tty-group \ --enable-libblkid \ --enable-libmount \ --enable-mount \ + --with-ncurses=$(STAGING_DIR)/usr/include \ --libdir=/usr/lib FAKE_FLAGS+= INSTALLSUID="install -m 4755" TARGET_CFLAGS+= -DSWAPON_HAS_TWO_ARGS -DHAVE_LLSEEK |