diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-01 22:01:18 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-01 22:02:27 +0100 |
commit | 3ef3d4f1d674e14d7f103e529c463dfc7ba16ed5 (patch) | |
tree | 4d0750ba78f26e0567dc11565c35acd0d877da57 /testing/ffcall/APKBUILD | |
parent | c02203bd917a5ccaa6afc3fc50d314c9011386ad (diff) | |
download | aports-3ef3d4f1d674e14d7f103e529c463dfc7ba16ed5.tar.bz2 aports-3ef3d4f1d674e14d7f103e529c463dfc7ba16ed5.tar.xz |
testing/ffcall: disable on x86 due to segfault in test
gcc -Os -fomit-frame-pointer -x none minitests.o libvacall.a -Wl,--as-needed -o minitests
i586-alpine-linux-musl-g++ -Os -fomit-frame-pointer -x none minitests-c++.o libvacall.a -Wl,--as-needed -o minitests-c++
./minitests > minitests.out
Segmentation fault
make[1]: *** [Makefile:280: check] Error 139
Diffstat (limited to 'testing/ffcall/APKBUILD')
-rw-r--r-- | testing/ffcall/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ffcall/APKBUILD b/testing/ffcall/APKBUILD index b6bfd29bff..efa4d58cae 100644 --- a/testing/ffcall/APKBUILD +++ b/testing/ffcall/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.0 pkgrel=1 pkgdesc="C library for implementing foreign function calls in embedded interpreters" url="http://www.gnu.org/software/libffcall/" -arch="all" +arch="all !x86" license="GPL2" depends="" depends_dev="" |