diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-11 17:13:51 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-11 17:13:51 +0200 |
commit | fd962cfa5660c0ed1439ffc121fe5c7628d089ad (patch) | |
tree | 3bc8c463dee7131e850c7e5b4b134b7c29bcad5d | |
parent | 4e051e1e7a83787c77db255b7cb24b017419f857 (diff) | |
download | aports-fd962cfa5660c0ed1439ffc121fe5c7628d089ad.tar.bz2 aports-fd962cfa5660c0ed1439ffc121fe5c7628d089ad.tar.xz |
testing/pacparser: do not build for armhf
Fails on armhf on:
gcc -g -DXP_UNIX -Wall -DVERSION=v3.4.0-243-g4e051e1 -Ispidermonkey/js/src -Wl,--as-needed pactester.c -o pactester -lpacparser -L. -I.
./libpacparser.so: undefined reference to `__va_copy'
-rw-r--r-- | testing/pacparser/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pacparser/APKBUILD b/testing/pacparser/APKBUILD index 442c3bfeb6..236f792ee6 100644 --- a/testing/pacparser/APKBUILD +++ b/testing/pacparser/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Aaron Hurt <ahurt@ena.com> pkgname=pacparser pkgver=1.3.6 -pkgrel=0 +pkgrel=1 pkgdesc="A library to parse proxy auto-config (PAC) files" url="http://pacparser.manugarg.com" -arch="all" +arch="x86 x86_64" license="LGPL3+" depends="" makedepends="bash" |