diff options
Diffstat (limited to 'package/libtool/Makefile')
-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/ |