guix-glicid/glicid/packages/patches/ipmitool-suppressing-iana-download.patch

13 lines
435 B
Diff
Raw Normal View History

2022-07-06 16:50:33 +02:00
diff --git a/configure.ac b/configure.ac
index b421192..eb4f232 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,6 +60,7 @@ if test "x$WGET" = "x"; then
if test "x$CURL" = "x"; then
AC_MSG_WARN([** Neither wget nor curl could be found.])
AC_MSG_WARN([** IANA PEN database will not be installed by `make install` !])
+ DOWNLOAD=""
else
DOWNLOAD="$CURL --location --progress-bar"
AM_CONDITIONAL([DOWNLOAD], [true])