[Openvas-commits] r7259 - trunk/openvas-libraries/nasl
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Apr 12 01:25:07 CEST 2010
Author: bitshuffler
Date: 2010-04-12 01:25:02 +0200 (Mon, 12 Apr 2010)
New Revision: 7259
Modified:
trunk/openvas-libraries/nasl/CMakeLists.txt
Log:
Added comment in nasl/CMakeLists.txt explaining that the explicit linking is needed so it also works with no-undefined which is e.g. used by Mandriva.
Modified: trunk/openvas-libraries/nasl/CMakeLists.txt
===================================================================
--- trunk/openvas-libraries/nasl/CMakeLists.txt 2010-04-11 23:20:37 UTC (rev 7258)
+++ trunk/openvas-libraries/nasl/CMakeLists.txt 2010-04-11 23:25:02 UTC (rev 7259)
@@ -194,6 +194,7 @@
set_target_properties (openvas_nasl_shared PROPERTIES SOVERSION "${CPACK_PACKAGE_VERSION_MAJOR}")
set_target_properties (openvas_nasl_shared PROPERTIES VERSION "${CPACK_PACKAGE_VERSION}")
set_target_properties (openvas_nasl_shared PROPERTIES PUBLIC_HEADER "${HEADERS}")
+# line bellow is needed so it also works with no-undefined which is e.g. used by Mandriva
target_link_libraries (openvas_nasl_shared libopenvas_base libopenvas_misc
libopenvas_hg glib-2.0 gcrypt gpgme
gpg-error gnutls pcap)
More information about the Openvas-commits
mailing list