pkgsrc/security/openvas-server/patches/patch-aa
adrianp be52ce7665 OpenVAS stands for Open Vulnerability Assessment System and is a
network security scanner with associated tools like a graphical
user front-end. The core component is a server with a set of network
vulnerability tests (NVTs) to detect security problems in remote
systems and applications.
2009-01-04 01:08:52 +00:00

13 lines
407 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2009/01/04 01:11:55 adrianp Exp $
--- openvas.tmpl.in.orig 2008-12-16 13:03:12.000000000 +0000
+++ openvas.tmpl.in
@@ -111,7 +111,7 @@ LIBOPENVASCONFIG=@LIBOPENVASCONFIG@
OPENVASLIBNASLCONFIG=@OPENVASLIBNASLCONFIG@
# libraries
GLIB_CFLAGS=@GLIB_CFLAGS@
-GLIB_LIBS=@GLIB_LIBS@
+GLIB_LIBS=@GLIB_LIBS@ -lgcrypt
DL_LIB=@dl_lib@
RESOLV_LIB=@resolv_lib@
SOCKET_LIB=@socket_lib@