From: Michael Tremer Date: Mon, 29 Sep 2025 16:28:16 +0000 (+0000) Subject: configure: Drop dependency to liboping X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91debf94b70ff2cc2586c5e3d0bb281942d1c473;p=telemetry.git configure: Drop dependency to liboping This won't be implemented in this daemon any more, but move to the network daemon which is broadcasting the results over the bus. Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index cd5c2f8..adbd430 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -210,7 +210,6 @@ def installBuildDepsRedHat(distro, compier) { ${compiler} \ \ libatasmart-devel \ - liboping-devel \ lm_sensors-devel \ rrdtool-devel \ systemd-devel @@ -257,7 +256,6 @@ def installBuildDepsDebian(distro, compiler, arch) { ${compiler} \ \ libatasmart-dev \ - liboping-dev \ libsensors-dev \ librrd-dev \ libsystemd-dev diff --git a/configure.ac b/configure.ac index 7688c73..cb28756 100644 --- a/configure.ac +++ b/configure.ac @@ -131,7 +131,6 @@ AC_CHECK_FUNCS([ \ AC_PATH_PROG([XSLTPROC], [xsltproc]) -PKG_CHECK_MODULES([OPING], [liboping]) PKG_CHECK_MODULES([RRD], [librrd]) PKG_CHECK_MODULES([SYSTEMD], [libsystemd])