diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:10 +0200 |
commit | 084c175e59e9ea61c68154ad9982adcd918cbfcf (patch) | |
tree | e7919bb0660b8598855a45e6c56709cfc856f54d /package/libtasn1/Makefile | |
parent | 838ba34414112d674ed917d83bdae7c1a8dafdc6 (diff) |
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/libtasn1/Makefile')
-rw-r--r-- | package/libtasn1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libtasn1/Makefile b/package/libtasn1/Makefile index d48c4bc38..8b82f4b42 100644 --- a/package/libtasn1/Makefile +++ b/package/libtasn1/Makefile @@ -16,6 +16,8 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBTASN1,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +CONFIGURE_ARGS+= --disable-gtk-doc-html + post-install: ${INSTALL_DIR} ${IDIR_LIBTASN1}/usr/lib ${CP} ${WRKINST}/usr/lib/libtasn1.so* ${IDIR_LIBTASN1}/usr/lib |