diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-28 07:44:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-28 07:44:41 +0200 |
commit | d4cb283cf544eae863c165f0662949635dfd63d5 (patch) | |
tree | 8e761dc24847908989981f06870884af0793786e /package/util-linux-ng | |
parent | 678ac18efbc1d6ce0f3e535f4a9613aee10fc47c (diff) |
remove obsolete flags from phil
Diffstat (limited to 'package/util-linux-ng')
-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 |