]> git.pld-linux.org Git - packages/ccs.git/commitdiff
- added compile.patch
authorSzymon Siwek <sls@pld-linux.org>
Tue, 3 Nov 2009 22:01:26 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ccs.spec -> 1.24
    compile.patch -> 1.1

ccs.spec
compile.patch [new file with mode: 0644]

index 64183377d4c275393a31a71c854656a79218efab..6cad930579826c1e311a92d91208bb182e380921 100644 (file)
--- a/ccs.spec
+++ b/ccs.spec
@@ -11,6 +11,7 @@ Source1:      %{name}.init
 Source2:       %{name}.sysconfig
 Patch0:                %{name}-optflags.patch
 Patch1:                %{name}-include.patch
+Patch2:                compile.patch
 URL:           http://sources.redhat.com/cluster/ccs/
 BuildRequires: cman-devel >= 2
 BuildRequires: libxml2-devel >= 2.0
@@ -44,6 +45,7 @@ Pliki nagłówkowe i biblioteka statyczna ccs.
 %setup -q -n cluster-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cd %{name}
diff --git a/compile.patch b/compile.patch
new file mode 100644 (file)
index 0000000..b104e49
--- /dev/null
@@ -0,0 +1,10 @@
+--- cluster-2.00.00/ccs/daemon/cnx_mgr.c.orig  2009-11-03 01:52:27.262213115 +0100
++++ cluster-2.00.00/ccs/daemon/cnx_mgr.c       2009-11-03 01:52:41.261250991 +0100
+@@ -23,6 +23,7 @@
+ #include <arpa/inet.h>
+ #include <netdb.h>
+ #include <time.h>
++#include <limits.h>
+ #include <libxml/parser.h>
+ #include <libxml/tree.h>
+ #include <libxml/xpath.h>
This page took 0.113009 seconds and 4 git commands to generate.