isl: remove bootstrap=yes
This commit is contained in:
parent
a51ce878e7
commit
868973788a
|
@ -2,7 +2,6 @@
|
|||
pkgname=isl
|
||||
version=0.24
|
||||
revision=2
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="gmp-devel"
|
||||
short_desc="Integer Set Library"
|
||||
|
@ -12,11 +11,6 @@ homepage="https://libisl.sourceforge.io/"
|
|||
distfiles="${SOURCEFORGE_SITE}/libisl/isl-${version}.tar.bz2"
|
||||
checksum=fcf78dd9656c10eb8cf9fbd5f59a0b6b01386205fe1934b3b287a0a1898145c0
|
||||
|
||||
if [ -z "$CHROOT_READY" ]; then
|
||||
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
|
||||
LDFLAGS="-L${XBPS_MASTERDIR}/usr/lib"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
# Remove gdb python files.
|
||||
|
|
Loading…
Reference in New Issue