halibut: nopie for now.
This commit is contained in:
parent
d8eaa7fd8e
commit
c01d44a009
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'halibut'
|
# Template file for 'halibut'
|
||||||
pkgname=halibut
|
pkgname=halibut
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
CFLAGS='-I../charset -I../build'
|
CFLAGS='-I../charset -I../build'
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
@ -15,10 +15,7 @@ license="MIT"
|
||||||
homepage="http://www.chiark.greenend.org.uk/~sgtatham/halibut/"
|
homepage="http://www.chiark.greenend.org.uk/~sgtatham/halibut/"
|
||||||
distfiles="http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=b964950d11ed09d3af28ac095da539613f6e50d650f01fe72b4ae752724c80a0
|
checksum=b964950d11ed09d3af28ac095da539613f6e50d650f01fe72b4ae752724c80a0
|
||||||
|
nopie=yes # segfaults on x86_64-musl
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl) broken="https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/11250/steps/shell_3/logs/stdio" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export LIBS="$LDFLAGS"
|
export LIBS="$LDFLAGS"
|
||||||
|
|
Loading…
Reference in a new issue