diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-02 01:59:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-02 01:59:07 +0100 |
commit | 0ccba89e05c01ce234adc7242ad7342d23b4f9df (patch) | |
tree | 80d7ad5e8e1c6f3b61c1237d0defbda7b28bebde | |
parent | 19ef34caff426cc3185bfe3376487f6ad4bb7694 (diff) |
enable libltdl explicitely for native builds
-rw-r--r-- | package/libtool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index d23aa0a39..85960b1bc 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -24,6 +24,8 @@ ifeq (${ADK_HOST_OPENBSD},y) XAKE_FLAGS+= AUTOCONF_VERSION=2.62 endif +CONFIGURE_ARGS+= --enable-ltdl-install + post-install: ${INSTALL_DIR} ${IDIR_LIBLTDL}/usr/lib ${CP} ${WRKINST}/usr/lib/libltdl.so* ${IDIR_LIBLTDL}/usr/lib/ |