summaryrefslogtreecommitdiff
path: root/package/libtool/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-02 01:55:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-02 01:55:34 +0200
commit2ef5e2d8c0aeac49b2888d6bbefadf30d3964907 (patch)
tree7a8bf493ecf7595bf9d1ae2075080beaefb7cef6 /package/libtool/Makefile
parent1f36c4fe1cdfefbabea69604f456c02fd43f0b40 (diff)
ugly OpenBSD specific workaround
Diffstat (limited to 'package/libtool/Makefile')
-rw-r--r--package/libtool/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile
index dbf2e3c05..1adc4881b 100644
--- a/package/libtool/Makefile
+++ b/package/libtool/Makefile
@@ -17,6 +17,10 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBTOOL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,LIBLTDL,libltdl,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+ifeq (${ADK_HOST_OPENBSD},y)
+XAKE_FLAGS+= AUTOCONF_VERSION=2.62
+endif
+
post-install:
${INSTALL_DIR} ${IDIR_LIBLTDL}/usr/lib
${CP} ${WRKINST}/usr/lib/libltdl.so* ${IDIR_LIBLTDL}/usr/lib/