libdill: broken for i686*
This commit is contained in:
parent
2c76aeb446
commit
780571c1a4
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ homepage="http://libdill.org/"
|
|||
distfiles="https://github.com/sustrik/libdill/archive/${version}.tar.gz"
|
||||
checksum=ebef0b53db2312702beb11b2493cbbfb320859a60a44d0bb6aab0132ea83ba73
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/7735/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in a new issue