public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-libraries/files: openvas-libraries-8.0_beta2-underlinking.patch
@ 2014-09-29 19:09 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2014-09-29 19:09 UTC (permalink / raw
  To: gentoo-commits

jlec        14/09/29 19:09:59

  Added:                openvas-libraries-8.0_beta2-underlinking.patch
  Log:
  net-analyzer/openvas-libraries: Fix underlinking
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  net-analyzer/openvas-libraries/files/openvas-libraries-8.0_beta2-underlinking.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/files/openvas-libraries-8.0_beta2-underlinking.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/files/openvas-libraries-8.0_beta2-underlinking.patch?rev=1.1&content-type=text/plain

Index: openvas-libraries-8.0_beta2-underlinking.patch
===================================================================
 base/CMakeLists.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
index 013b097..c9080c4 100644
--- a/base/CMakeLists.txt
+++ b/base/CMakeLists.txt
@@ -59,7 +59,10 @@ if (MINGW)
 else (MINGW)
   set (FILES array.c credentials.c openvas_hosts.c cvss.c drop_privileges.c
        nvti.c nvticache.c openvas_compress.c openvas_file.c openvas_networking.c
-       openvas_string.c pidfile.c settings.c gpgme_util.c pwpolicy.c osp.c)
+       openvas_string.c pidfile.c settings.c gpgme_util.c pwpolicy.c osp.c
+       ${CMAKE_SOURCE_DIR}/misc/openvas_server.c
+       ${CMAKE_SOURCE_DIR}/omp/xml.c
+       )
   set (HEADERS array.h credentials.h openvas_hosts.h cvss.h drop_privileges.h
        nvticache.h nvti.h settings.h openvas_compress.h openvas_file.h osp.h
        openvas_networking.h openvas_string.h pidfile.h gpgme_util.h pwpolicy.h)





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-29 19:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-29 19:09 [gentoo-commits] gentoo-x86 commit in net-analyzer/openvas-libraries/files: openvas-libraries-8.0_beta2-underlinking.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox