aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2019-06-09 15:33:35 +0300
committerTimo Teräs <timo.teras@iki.fi>2019-06-09 15:34:24 +0300
commitd9610b237da078e7c1e71bb5d0428ece8fa9a320 (patch)
treed30758024539ce7fe192bba45cdaa1d43b45aa82 /testing
parentd5aefcf0c141eafcd663cb473da0a1695289fb07 (diff)
downloadaports-d9610b237da078e7c1e71bb5d0428ece8fa9a320.tar.bz2
aports-d9610b237da078e7c1e71bb5d0428ece8fa9a320.tar.xz
testing/{libsmbios_c,fwupd}: build fixes
restrict arch, disable rpath
Diffstat (limited to 'testing')
-rw-r--r--testing/fwupd/APKBUILD2
-rw-r--r--testing/libsmbios_c/APKBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/testing/fwupd/APKBUILD b/testing/fwupd/APKBUILD
index 0ae57edd23..7165ac4b4b 100644
--- a/testing/fwupd/APKBUILD
+++ b/testing/fwupd/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.9
pkgrel=0
pkgdesc="Firmware update daemon"
url="https://fwupd.org/"
-arch="all"
+arch="x86_64 x86"
license="LGPL-2.1-or-later"
depends="dbus"
makedepends="meson help2man linux-headers gnutls-utils
diff --git a/testing/libsmbios_c/APKBUILD b/testing/libsmbios_c/APKBUILD
index 8dd3ace9ca..8f614334da 100644
--- a/testing/libsmbios_c/APKBUILD
+++ b/testing/libsmbios_c/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.4.2
pkgrel=0
pkgdesc="library for interacting with Dell SMBIOS tables"
url="https://github.com/dell/libsmbios"
-arch="all"
+arch="x86_64 x86"
license="GPL-2-or-later OSL-2.1"
depends=""
makedepends="autoconf automake bash libtool help2man
@@ -28,6 +28,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
+ --disable-rpath \
--disable-python \
--disable-static
make