mod_ruby: adjusted for apr 1.0
This commit is contained in:
parent
e81170a370
commit
ccc1229e31
@ -6,13 +6,14 @@
|
|||||||
|
|
||||||
name=mod_ruby
|
name=mod_ruby
|
||||||
version=1.2.6
|
version=1.2.6
|
||||||
release=1
|
release=2
|
||||||
source=(http://modruby.net/archive/$name-$version.tar.gz)
|
source=(http://modruby.net/archive/$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure.rb --prefix=/usr \
|
./configure.rb --prefix=/usr \
|
||||||
--with-apxs=/usr/sbin/apxs
|
--with-apxs=/usr/sbin/apxs \
|
||||||
|
--with-apr-includes=/usr/include/apr-1
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user