netdata: drop on ppc32
This commit is contained in:
parent
4d7940343a
commit
b193cd8e0e
1 changed files with 0 additions and 11 deletions
|
@ -26,17 +26,6 @@ make_dirs="
|
|||
system_accounts="_netdata"
|
||||
conf_files="/etc/${pkgname}/*.conf"
|
||||
|
||||
subpackages="netdata-plugins-python"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*) _without_node=yes ;;
|
||||
esac
|
||||
|
||||
if [ -z "$_without_node" ]; then
|
||||
subpackages+=" netdata-plugins-nodejs"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -ivf
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue