Commit c0fc2f61b7b9b0d3c41e5bb1a4ee497bc62a52c7

Thomas de Grivel 2024-08-08T12:08:00

link libkc3_http with -levent

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/http/configure b/http/configure
index 8abda39..e59335c 100755
--- a/http/configure
+++ b/http/configure
@@ -50,7 +50,7 @@ pkg_config libbsd-overlay
 pkg_config libffi
 config_define PREFIX "\"${PREFIX}\""
 update_config_h
-LIBS="$LIBS -lm -rpath ${PREFIX}/lib"
+LIBS="$LIBS -levent -lm -rpath ${PREFIX}/lib"
 
 # Address Sanitizer config
 CPPFLAGS_ASAN="$CPPFLAGS"