Skip to content
Snippets Groups Projects
Commit 92363c39 authored by Roberto Oliveira's avatar Roberto Oliveira Committed by Natanael Copa
Browse files

testing/netdata: update config guess

Run configure guess before build to fix build failure on ppc64le.
parent 229d0e0d
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,11 @@ source="https://github.com/firehol/netdata/releases/download/v$pkgver/netdata-$p
$pkgname.initd"
builddir="$srcdir"/$pkgname-$pkgver
prepare() {
default_prepare
update_config_guess
}
build() {
cd "$builddir"
./configure \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment