diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-08-18 03:40:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-20 10:01:08 +0000 |
commit | 7075fe4d1e16354b7ca1e8fcd488f3ff722bc12e (patch) | |
tree | 5d9da38f1a60b03dbb5be74da91c06345b585012 /main | |
parent | 991adbfe7084752dbccce960737a55498bbddf2c (diff) | |
download | aports-7075fe4d1e16354b7ca1e8fcd488f3ff722bc12e.tar.bz2 aports-7075fe4d1e16354b7ca1e8fcd488f3ff722bc12e.tar.xz |
main/gdb: disable hopelessly broken test suite
Diffstat (limited to 'main')
-rw-r--r-- | main/gdb/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD index 4a6b883cbc..ce999125f9 100644 --- a/main/gdb/APKBUILD +++ b/main/gdb/APKBUILD @@ -9,6 +9,7 @@ license="GPL3" depends= makedepends="ncurses-dev expat-dev texinfo readline-dev python3-dev zlib-dev autoconf automake libtool linux-headers perl" +options="!check" subpackages="$pkgname-doc" source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz s390x-use-elf-gdb_fpregset_t.patch |