diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-12 16:01:12 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-12 16:01:12 +0200 |
| commit | 14b7fcde45a3dcdb68191b24ffc02d38d81c7dfa (patch) | |
| tree | c5292b179885000dda4a245d7715f0b6b665b936 | |
| parent | 19d583d032a2ea538d31e9e8609eea587a8370df (diff) | |
remove -lintl
| -rw-r--r-- | package/util-linux-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile index 623025f79..8ac4dba8f 100644 --- a/package/util-linux-ng/Makefile +++ b/package/util-linux-ng/Makefile @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --disable-use-tty-group \ --enable-libmount \ --enable-mount FAKE_FLAGS+= INSTALLSUID="install -m 4755" -TARGET_CFLAGS+= -DSWAPON_HAS_TWO_ARGS -DHAVE_LLSEEK -lintl +TARGET_CFLAGS+= -DSWAPON_HAS_TWO_ARGS -DHAVE_LLSEEK fdisk-install: ${INSTALL_DIR} ${IDIR_FDISK}/usr/sbin |
