aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-01-28 14:31:42 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-01-28 14:31:42 -0600
commitc1eae9ae4ba7918bdabf3ed99d39ea43b85104ac (patch)
treedfce9c1f75c7cc349144281ccc631ce10af87dfb /testing
parent24b40294679cc770346c2dbe39080b4755ef40ce (diff)
downloadaports-c1eae9ae4ba7918bdabf3ed99d39ea43b85104ac.tar.bz2
aports-c1eae9ae4ba7918bdabf3ed99d39ea43b85104ac.tar.xz
testing/ipmiutil: config.sub, makedep linux-headers
Diffstat (limited to 'testing')
-rw-r--r--testing/ipmiutil/APKBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/testing/ipmiutil/APKBUILD b/testing/ipmiutil/APKBUILD
index b7eee18dfa..128e523539 100644
--- a/testing/ipmiutil/APKBUILD
+++ b/testing/ipmiutil/APKBUILD
@@ -9,13 +9,18 @@ options="!check" # No test suite shipped.
license="BSD-2-clause BSD-3-clause GPL-2.0"
depends=""
depends_dev="openssl-dev"
-makedepends="$depends_dev"
+makedepends="$depends_dev linux-headers"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="https://downloads.sourceforge.net/project/ipmiutil/ipmiutil-$pkgver.tar.gz
ipmiutil-3.0.7-fix-sha256.patch
"
+prepare() {
+ default_prepare
+ update_config_sub
+}
+
build() {
cd "$builddir"
./configure \