diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:13:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:13:16 +0100 |
commit | 4e3cdd73584aed80a843c03079c888c011b46aa6 (patch) | |
tree | 47db5cdd356023005772c5df0efe4df569296cd2 /package/libtool/Makefile | |
parent | a2b8ffef08ab19fc79e8f07e1ee859e2039793dd (diff) | |
parent | 71d64690550602953eea0737507cbc47999b4126 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libtool/Makefile')
-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 |