Browse Source

remove unrecognized configure argument

Waldemar Brodkorb 13 years ago
parent
commit
9dc3b4f12e
1 changed files with 2 additions and 3 deletions
  1. 2 3
      package/libtool/Makefile

+ 2 - 3
package/libtool/Makefile

@@ -27,10 +27,9 @@ ifeq (${ADK_HOST_OPENBSD},y)
 XAKE_FLAGS+=		AUTOCONF_VERSION=2.62
 endif
 
-CONFIGURE_ARGS+=	--enable-ltdl-install \
-			--disable-cxx
+CONFIGURE_ARGS+=	--enable-ltdl-install
 
-post-install:
+libtool-install:
 	${INSTALL_DIR} ${IDIR_LIBTOOL}/usr/bin
 	${INSTALL_BIN} ${WRKINST}/usr/bin/libtool ${IDIR_LIBTOOL}/usr/bin
 	${INSTALL_BIN} ${WRKINST}/usr/bin/libtoolize ${IDIR_LIBTOOL}/usr/bin