mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
isl: remove bootstrap=yes
This commit is contained in:
parent
a51ce878e7
commit
868973788a
1 changed files with 0 additions and 6 deletions
|
@ -2,7 +2,6 @@
|
||||||
pkgname=isl
|
pkgname=isl
|
||||||
version=0.24
|
version=0.24
|
||||||
revision=2
|
revision=2
|
||||||
bootstrap=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="gmp-devel"
|
makedepends="gmp-devel"
|
||||||
short_desc="Integer Set Library"
|
short_desc="Integer Set Library"
|
||||||
|
@ -12,11 +11,6 @@ homepage="https://libisl.sourceforge.io/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/libisl/isl-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/libisl/isl-${version}.tar.bz2"
|
||||||
checksum=fcf78dd9656c10eb8cf9fbd5f59a0b6b01386205fe1934b3b287a0a1898145c0
|
checksum=fcf78dd9656c10eb8cf9fbd5f59a0b6b01386205fe1934b3b287a0a1898145c0
|
||||||
|
|
||||||
if [ -z "$CHROOT_READY" ]; then
|
|
||||||
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
|
|
||||||
LDFLAGS="-L${XBPS_MASTERDIR}/usr/lib"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
# Remove gdb python files.
|
# Remove gdb python files.
|
||||||
|
|
Loading…
Add table
Reference in a new issue