]> git.pld-linux.org Git - packages/courier-sox.git/blame - courier-sox-build.patch
- few fixes for init file
[packages/courier-sox.git] / courier-sox-build.patch
CommitLineData
3634db28
AA
1diff -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)
13diff -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.081103 seconds and 4 git commands to generate.