mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 23:19:31 +00:00
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43698 Closes: https://github.com/gentoo/gentoo/pull/43698 Signed-off-by: Florian Schmaus <flow@gentoo.org>
13 lines
379 B
Diff
13 lines
379 B
Diff
# Upstream: https://github.com/greenbone/gvm-libs/pull/961
|
|
# Fix build error on clang with -Wl,--no-allow-shlib-undefined
|
|
|
|
--- a/http_scanner/CMakeLists.txt
|
|
+++ b/http_scanner/CMakeLists.txt
|
|
@@ -67,6 +67,7 @@ if(BUILD_SHARED)
|
|
gvm_util_shared
|
|
${GLIB_LDFLAGS}
|
|
${CURL_LDFLAGS}
|
|
+ ${CJSON_LDFLAGS}
|
|
${LINKER_HARDENING_FLAGS}
|
|
)
|
|
endif(BUILD_SHARED)
|