freebsd-ports/security/openvas-scanner/files/patch-src_CMakeLists.txt
Tijl Coosemans 292294adfb Update OpenVAS ports from version 2 to version 8. All components have
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.
2016-03-17 12:57:25 +00:00

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