Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
squidclamav6
> squidclamav_c-icap-config.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File squidclamav_c-icap-config.patch of Package squidclamav6
--- configure.orig 2012-12-22 20:19:05.312123312 +0100 +++ configure 2012-12-22 20:19:20.136122636 +0100 @@ -20200,12 +20200,12 @@ if test "${with_c_icap+set}" = set; then : withval=$with_c_icap; cicapdir="$withval" - if test -f $withval/bin/c-icap-config; then - cicapflags=`$withval/bin/c-icap-config --cflags` - cicaplibs=`$withval/bin/c-icap-config --libs` - cicapetc=`$withval/bin/c-icap-config --configdir` - cicapprefix=`$withval/bin/c-icap-config --prefix` - cicapmods=`$withval/bin/c-icap-config --modulesdir` + if test -f $withval/sbin/c-icap-config; then + cicapflags=`$withval/sbin/c-icap-config --cflags` + cicaplibs=`$withval/sbin/c-icap-config --libs` + cicapetc=`$withval/sbin/c-icap-config --configdir` + cicapprefix=`$withval/sbin/c-icap-config --prefix` + cicapmods=`$withval/sbin/c-icap-config --modulesdir` else cicapflags=`c-icap-config --cflags` cicaplibs=`c-icap-config --libs` --- configure.in.orig 2012-12-22 20:16:27.964122234 +0100 +++ configure.in 2012-12-22 20:16:53.288122443 +0100 @@ -32,12 +32,12 @@ [ --with-c-icap Where to find c-icap ], [ cicapdir="$withval" - if test -f $withval/bin/c-icap-config; then - cicapflags=`$withval/bin/c-icap-config --cflags` - cicaplibs=`$withval/bin/c-icap-config --libs` - cicapetc=`$withval/bin/c-icap-config --configdir` - cicapprefix=`$withval/bin/c-icap-config --prefix` - cicapmods=`$withval/bin/c-icap-config --modulesdir` + if test -f $withval/sbin/c-icap-config; then + cicapflags=`$withval/sbin/c-icap-config --cflags` + cicaplibs=`$withval/sbin/c-icap-config --libs` + cicapetc=`$withval/sbin/c-icap-config --configdir` + cicapprefix=`$withval/sbin/c-icap-config --prefix` + cicapmods=`$withval/sbin/c-icap-config --modulesdir` else cicapflags=`c-icap-config --cflags` cicaplibs=`c-icap-config --libs`