If we remove curl, for instance from the libsamsung-ipc package in
scripts/guix.scm:
- (inputs (list curl openssl))
+ (inputs (list openssl))
It then fails to build:
checking for libcurl >= 7.62.0... no
configure: error:
Package requirements (libcurl >= 7.62.0) were not met:
This bug was introduced in commit 397cb23c6cd7e0cf941fd8292dc97c7b612756fd
("tools: Add tool to send SMS from a provider HTTPS interface").
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
---
README | 1 +
1 file changed, 1 insertion(+)
diff --git a/README b/README
index f45faca..0fb4bef 100644
--- a/README
+++ b/README
@@ -11,6 +11,7 @@ In order to compile the source code you need the following
software packages
- GCC compiler
- GNC C library
- OpenSSL >= 1.0.0e
+- curl >= 7.62.0
To configure run
./configure --prefix=/usr
--
2.39.1
_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant