]> git.pld-linux.org Git - packages/c-icap-modules.git/commitdiff
- build fix
authorhawk <hawk@pld-linux.org>
Mon, 21 Mar 2011 08:11:36 +0000 (08:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    c-icap-modules-build.patch -> 1.1

c-icap-modules-build.patch [new file with mode: 0644]

diff --git a/c-icap-modules-build.patch b/c-icap-modules-build.patch
new file mode 100644 (file)
index 0000000..830a8ae
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur c_icap_modules-0.1.3.orig/configure.in c_icap_modules-0.1.3.mod/configure.in
+--- c_icap_modules-0.1.3.orig/configure.in     2010-12-21 20:30:23.000000000 +0100
++++ c_icap_modules-0.1.3.mod/configure.in      2011-03-18 15:52:47.844674361 +0100
+@@ -43,7 +43,7 @@
+ )
+ if test -z "$cicapdir"; then
+-    if c-icap-config >& /dev/null; then
++    if c-icap-config > /dev/null; then
+         cicapflags=`c-icap-config --cflags`
+         cicaplibs=`c-icap-config --libs` 
+         cicapetc=`c-icap-config --configdir`
This page took 0.235199 seconds and 4 git commands to generate.