Commit d5bbf04a4c3ee79b96148e9e9547fb07ba7c08e9

Baptiste 2024-08-11T18:18:24

fixed compilation on linux

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/httpd/configure b/httpd/configure
index 91a939c..1adfce3 100755
--- a/httpd/configure
+++ b/httpd/configure
@@ -62,7 +62,7 @@ CPPFLAGS_ASAN="$CPPFLAGS"
 CFLAGS_ASAN="$CFLAGS -DDEBUG -O1 -g"
 CFLAGS_ASAN="$CFLAGS_ASAN -fsanitize=address -fno-omit-frame-pointer"
 LDFLAGS_ASAN="$LDFLAGS"
-LOCAL_LIBS_ASAN="../libkc3/libkc3_asan.la ../http/libkc3_http.la"
+LOCAL_LIBS_ASAN="../libkc3/libkc3_asan.la ../http/libkc3_http_asan.la"
 LIBS_ASAN="$LOCAL_LIBS_ASAN $LIBS"
 
 # Coverage config