[Openvas-commits] r239 - trunk/openvas-libraries

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jun 22 15:39:06 CEST 2007


Author: bh
Date: 2007-06-22 15:39:05 +0200 (Fri, 22 Jun 2007)
New Revision: 239

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/libopenvas-config.pre.in
Log:
* libopenvas-config.pre.in: remove the @pcap_flag@ substitution
from the --libs output.  The pcap options are now in EXTRA anyway
and @pcap_flag@ is no longer substituted.


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2007-06-22 12:42:38 UTC (rev 238)
+++ trunk/openvas-libraries/ChangeLog	2007-06-22 13:39:05 UTC (rev 239)
@@ -1,3 +1,9 @@
+2007-06-22  Bernhard Herzog  <bh at intevation.de>
+
+	* libopenvas-config.pre.in: remove the @pcap_flag@ substitution
+	from the --libs output.  The pcap options are now in EXTRA anyway
+	and @pcap_flag@ is no longer substituted.
+
 2007-06-21  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
 
 	Removed local copy of pcap library.

Modified: trunk/openvas-libraries/libopenvas-config.pre.in
===================================================================
--- trunk/openvas-libraries/libopenvas-config.pre.in	2007-06-22 12:42:38 UTC (rev 238)
+++ trunk/openvas-libraries/libopenvas-config.pre.in	2007-06-22 13:39:05 UTC (rev 239)
@@ -62,7 +62,7 @@
 		;;
 	--libs)
 	
-		echo $Xn "-L$LIBDIR -lopenvas -lhosts_gatherer @pcap_flag@ $CIPHER $EXTRA $Xc"
+		echo $Xn "-L$LIBDIR -lopenvas -lhosts_gatherer $CIPHER $EXTRA $Xc"
 		;;
 	--cflags)
 		echo $Xn "$DEFS -I$INCLUDEDIR/openvas $CIPHER_CFLAGS $Xc"



More information about the Openvas-commits mailing list