virtuoso: broken on musl
This commit is contained in:
parent
8b54e7de01
commit
13be964574
|
@ -13,6 +13,10 @@ homepage="http://virtuoso.openlinksw.com/wiki/main/Main/"
|
|||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-opensource-${version}.tar.gz"
|
||||
checksum=08d05c6165117de0370e81aa89ddab618e645b5110be301f72e6ffea7044ca50
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="#include <execinfo.h>";;
|
||||
esac
|
||||
|
||||
do_configure() {
|
||||
./configure ${configure_args} --without-internal-zlib --with-readline \
|
||||
--with-layout=debian \
|
||||
|
|
Loading…
Reference in New Issue