1
0
forked from ports/opt

mod_ruby: adjusted for apr 1.0

This commit is contained in:
Juergen Daubert 2006-12-02 10:10:30 +01:00
parent e81170a370
commit ccc1229e31

View File

@ -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
} }