Explorar el Código

linker flags on Darwin need libintl

Waldemar Brodkorb hace 15 años
padre
commit
0b7ffb9ec0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/util-linux-ng/Makefile

+ 1 - 1
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