netdata: drop on ppc32
This commit is contained in:
parent
4d7940343a
commit
b193cd8e0e
|
@ -26,17 +26,6 @@ make_dirs="
|
||||||
system_accounts="_netdata"
|
system_accounts="_netdata"
|
||||||
conf_files="/etc/${pkgname}/*.conf"
|
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() {
|
pre_configure() {
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue