SOURCES: openvcpd-ac.patch - more fixes

baggins baggins at pld-linux.org
Sat Sep 22 22:58:37 CEST 2007


Author: baggins                      Date: Sat Sep 22 20:58:37 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more fixes

---- Files affected:
SOURCES:
   openvcpd-ac.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/openvcpd-ac.patch
diff -u SOURCES/openvcpd-ac.patch:1.1 SOURCES/openvcpd-ac.patch:1.2
--- SOURCES/openvcpd-ac.patch:1.1	Sat Sep 22 01:36:47 2007
+++ SOURCES/openvcpd-ac.patch	Sat Sep 22 22:58:32 2007
@@ -33,3 +33,18 @@
  
  AC_CONFIG_FILES([Makefile])
  AC_OUTPUT
+--- openvcpd-0.3-rc2/Makefile.in~	2007-09-22 22:32:36.879983779 +0200
++++ openvcpd-0.3-rc2/Makefile.in	2007-09-22 22:37:31.549731799 +0200
+@@ -2,10 +2,11 @@
+ bindir = @bindir@
+ datadir = @datadir@
+ sysconfdir = @sysconfdir@
++sharedstatedir = @sharedstatedir@
+ iptablever=`iptables -V |  awk  '{ print $$2 }' | cut -c2-`
+ 
+ CC=@CC@
+-CFLAGS=@CFLAGS@ @DEFS@ -DOPENVCP_CONFIG=\"$(sysconfdir)/openvcpd.conf\" -DOPENVCP_DATA=\"$(datadir)/openvcpd\" -DIPTABLES_VERSION=\"$(iptablever)\" -Ilib/ -Isrc/ -rdynamic
++CFLAGS=@CFLAGS@ @DEFS@ -DOPENVCP_CONFIG=\"$(sysconfdir)/openvcpd.conf\" -DOPENVCP_DATA=\"$(sharedstatedir)/openvcpd\" -DIPTABLES_VERSION=\"$(iptablever)\" -Ilib/ -Isrc/ -rdynamic
+ LDFLAGS=@LDFLAGS@
+ LIBS=@LIBS@
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/openvcpd-ac.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list