diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-29 19:21:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-29 19:21:14 +0200 |
commit | cf0e7634dd6b19f9e552da7cb3ad36058f6bd551 (patch) | |
tree | 3a1fd97543f425d69794026739e8feaac6170142 /package/util-linux-ng/Makefile | |
parent | 262093bc84699e250bc64302a8c32d23b31b7fa6 (diff) | |
parent | 2978728db235233ac80f32737bb56292e3e60328 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/util-linux-ng/Makefile')
-rw-r--r-- | package/util-linux-ng/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile index 7cdacf554..623025f79 100644 --- a/package/util-linux-ng/Makefile +++ b/package/util-linux-ng/Makefile @@ -41,7 +41,6 @@ CONFIGURE_ARGS+= --disable-use-tty-group \ --disable-libblkid \ --enable-libmount \ --enable-mount -MAKE_FLAGS+= OPT="${TARGET_CFLAGS}" ARCH="${ARCH}" FAKE_FLAGS+= INSTALLSUID="install -m 4755" TARGET_CFLAGS+= -DSWAPON_HAS_TWO_ARGS -DHAVE_LLSEEK -lintl |