wok-4.x rev 11425
sagan*: Cd to $src in compile_rules.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 14 05:23:20 2011 +0000 (2011-12-14) |
parents | 2101d582c6f4 |
children | 956ac96b4a1b |
files | sagan-mysql/receipt sagan-pgsql/receipt sagan/receipt |
line diff
1.1 --- a/sagan-mysql/receipt Wed Dec 14 05:22:19 2011 +0000 1.2 +++ b/sagan-mysql/receipt Wed Dec 14 05:23:20 2011 +0000 1.3 @@ -17,6 +17,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + cd $src 1.8 ./configure $CONFIGURE_ARGS \ 1.9 --sysconfdir=/etc/sagan \ 1.10 --disable-postgresql \
2.1 --- a/sagan-pgsql/receipt Wed Dec 14 05:22:19 2011 +0000 2.2 +++ b/sagan-pgsql/receipt Wed Dec 14 05:23:20 2011 +0000 2.3 @@ -17,7 +17,8 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - ./configure $CONFIGURE_ARGS \ 2.8 + cd $src 2.9 + ./configure $CONFIGURE_ARGS \ 2.10 --sysconfdir=/etc/sagan \ 2.11 --with-postgresql-includes=/usr/include/postgresql \ 2.12 --with-postgresql-libraries=/usr/lib/postgresql \
3.1 --- a/sagan/receipt Wed Dec 14 05:22:19 2011 +0000 3.2 +++ b/sagan/receipt Wed Dec 14 05:23:20 2011 +0000 3.3 @@ -15,6 +15,7 @@ 3.4 # Rules to configure and make the package. 3.5 compile_rules() 3.6 { 3.7 + cd $src 3.8 ./configure $CONFIGURE_ARGS \ 3.9 --sysconfdir=/etc/sagan \ 3.10 --disable-mysql \