been renamed and rearranged. The graphical user interface provided by security/openvas-client has been discontinued. Instead there is now a web interface provided by security/greenbone-security-assistant and a command-line interface provided by security/openvas-client.
10 lines
410 B
Text
10 lines
410 B
Text
--- src/CMakeLists.txt.orig 2015-08-03 10:14:45 UTC
|
|
+++ src/CMakeLists.txt
|
|
@@ -115,6 +115,7 @@ endif (NVT_TIMEOUT)
|
|
target_link_libraries (openvassd ${LIBOPENVAS_NASL_LDFLAGS}
|
|
${LIBOPENVAS_BASE_LDFLAGS} ${LIBOPENVAS_MISC_LDFLAGS}
|
|
${LIBOPENVAS_OMP_LDFLAGS} ${GLIB_LDFLAGS}
|
|
+ -lexecinfo
|
|
${GCRYPT_LDFLAGS})
|
|
|
|
## Tests
|