]> git.pld-linux.org Git - packages/courier-sox.git/blob - courier-sox-build.patch
- few fixes for init file
[packages/courier-sox.git] / courier-sox-build.patch
1 diff -Nur old/configure.in new/configure.in
2 --- old/configure.in    2004-12-09 01:25:41.000000000 +0000
3 +++ new/configure.in    2005-04-14 00:09:45.000000000 +0000
4 @@ -53,7 +53,7 @@
5  fi
6  
7  $COURIERAUTHCONFIG --configfiles | sed 's/^/auth/' >configtmp
8 -. configtmp
9 +. `pwd`/configtmp
10  courierlogger=$authsbindir/courierlogger
11  rm -f configtmp
12  AC_SUBST(courierlogger)
13 diff -Nur old/Makefile.am new/Makefile.am
14 --- old/Makefile.am     2004-12-09 01:25:41.000000000 +0000
15 +++ new/Makefile.am     2005-04-14 00:14:41.000000000 +0000
16 @@ -116,7 +116,7 @@
17  
18  socksify: socksify.in libsockswrap.la
19         CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
20 -       . libsockswrap.la || exit 1 ; sed 's/@LIBNAME@/'$${dlname}'/' <socksify >socksify.tmp
21 +       . `pwd`/libsockswrap.la || exit 1 ; sed 's/@LIBNAME@/'$${dlname}'/' <socksify >socksify.tmp
22         mv socksify.tmp socksify
23  
24  check-am:
This page took 0.106304 seconds and 3 git commands to generate.