diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-17 05:30:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-17 05:30:02 +0200 |
commit | 0b7ffb9ec087829b3c740c7082613cc45bf4ddcb (patch) | |
tree | d3bdc2eee468b7db82f14a1d1ca47c0d79d7e119 /package/util-linux-ng | |
parent | 080d672514670a12b573a63af35a7e813db197f8 (diff) |
linker flags on Darwin need libintl
Diffstat (limited to 'package/util-linux-ng')
-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 e81a5b808..5866f5135 100644 --- a/package/util-linux-ng/Makefile +++ b/package/util-linux-ng/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --disable-use-tty-group \ --enable-mount MAKE_FLAGS+= OPT="${TARGET_CFLAGS}" ARCH="${ARCH}" FAKE_FLAGS+= INSTALLSUID="install -m 4755" -TARGET_CFLAGS+= -DSWAPON_HAS_TWO_ARGS -DHAVE_LLSEEK +TARGET_CFLAGS+= -DSWAPON_HAS_TWO_ARGS -DHAVE_LLSEEK -lintl fdisk-install: ${INSTALL_DIR} ${IDIR_FDISK}/usr/sbin |