diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-01 13:31:01 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-01 13:32:14 +0000 |
commit | 9bac3e1e01f4a9d54af2c04baf05a66d9adc1008 (patch) | |
tree | 770668267f77d272215fa25ed228365c12e1f976 /testing/libibmad/APKBUILD | |
parent | cdaaaf3a57617d7c4393a83c91ab21201ce578de (diff) | |
download | aports-9bac3e1e01f4a9d54af2c04baf05a66d9adc1008.tar.bz2 aports-9bac3e1e01f4a9d54af2c04baf05a66d9adc1008.tar.xz |
testing/libibmad: enable build on ppc64le
Diffstat (limited to 'testing/libibmad/APKBUILD')
-rw-r--r-- | testing/libibmad/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libibmad/APKBUILD b/testing/libibmad/APKBUILD index 3187f680fa..b9c67c05ca 100644 --- a/testing/libibmad/APKBUILD +++ b/testing/libibmad/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.3.12 pkgrel=1 pkgdesc="Generic InfiniBand MAD handling library" url="https://www.openfabrics.org/index.php/openfabrics-software.html" -arch="x86 x86_64" +arch="x86 x86_64 ppc64le" license="GPL2 BSD" depends="" depends_dev="libibumad-dev" |