diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-04 18:53:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-04 18:53:53 +0100 |
commit | 9dc3b4f12ebc62d046ea7495abcf6eb85f7c577c (patch) | |
tree | 27393d78cb08854a5b01fb28cabdd79f545416b5 | |
parent | 598d96c8bf9cb661c6b25351f430978840ca273a (diff) |
remove unrecognized configure argument
-rw-r--r-- | package/libtool/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index ef8433da8..940cf91a3 100644 --- a/package/libtool/Makefile +++ b/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 |