[Openvas-commits] r13741 - in branches/openvas-libraries-5.0: . nasl
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Tue Jul 17 09:10:29 CEST 2012
Author: mwiegand
Date: 2012-07-17 09:10:29 +0200 (Tue, 17 Jul 2012)
New Revision: 13741
Modified:
branches/openvas-libraries-5.0/ChangeLog
branches/openvas-libraries-5.0/nasl/CMakeLists.txt
Log:
* nasl/CMakeLists.txt: Remove superfluous quotes. Backport from r13734
from trunk.
Modified: branches/openvas-libraries-5.0/ChangeLog
===================================================================
--- branches/openvas-libraries-5.0/ChangeLog 2012-07-17 06:40:48 UTC (rev 13740)
+++ branches/openvas-libraries-5.0/ChangeLog 2012-07-17 07:10:29 UTC (rev 13741)
@@ -1,3 +1,8 @@
+2012-07-17 Michael Wiegand <michael.wiegand at greenbone.net>
+
+ * nasl/CMakeLists.txt: Remove superfluous quotes. Backport from r13734
+ from trunk.
+
2012-07-08 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
Backport of r13683 from trunk by Michael Wiegand.
Modified: branches/openvas-libraries-5.0/nasl/CMakeLists.txt
===================================================================
--- branches/openvas-libraries-5.0/nasl/CMakeLists.txt 2012-07-17 06:40:48 UTC (rev 13740)
+++ branches/openvas-libraries-5.0/nasl/CMakeLists.txt 2012-07-17 07:10:29 UTC (rev 13741)
@@ -110,14 +110,14 @@
# line bellow is needed so it also works with no-undefined which is e.g. used by Mandriva
target_link_libraries (openvas_nasl_shared openvas_base_shared openvas_misc_shared
openvas_hg_shared glib-2.0 gcrypt gpgme
- gpg-error gnutls pcap m ${WMI} "${LIBSSH_LDFLAGS}")
+ gpg-error gnutls pcap m ${WMI} ${LIBSSH_LDFLAGS})
# Link the openvas-nasl executable
add_executable (openvas-nasl nasl.c)
target_link_libraries (openvas-nasl openvas_nasl_static openvas_base_static
openvas_misc_static openvas_hg_static ${GLIB_LDFLAGS} -lgcrypt
-lgpgme -lgpg-error -lgnutls -lpcap -lresolv -lm ${WMI_LIBS}
- "${GPGME_LDFLAGS} ${LIBSSH_LDFLAGS}")
+ ${GPGME_LDFLAGS} ${LIBSSH_LDFLAGS})
set_target_properties (openvas-nasl PROPERTIES COMPILE_FLAGS
"${GLIB_CFLAGS} ${GPGME_CFLAGS} ${LIBSSH_CFLAGS}")
More information about the Openvas-commits
mailing list