subversion: updated to 1.7.6
This commit is contained in:
parent
da408a1121
commit
a9cecaea8b
@ -1 +1,2 @@
|
|||||||
f6353b9b581081cdf97299300c9eada3 subversion-1.7.5.tar.bz2
|
d2af2b10f79a05c5110a10320d546035 mod_dontdothat.patch
|
||||||
|
4baa434db7709bb059b05d02a2547663 subversion-1.7.6.tar.bz2
|
||||||
|
@ -5,13 +5,17 @@
|
|||||||
# Depends on: apr neon expat sqlite3
|
# Depends on: apr neon expat sqlite3
|
||||||
|
|
||||||
name=subversion
|
name=subversion
|
||||||
version=1.7.5
|
version=1.7.6
|
||||||
release=1
|
release=1
|
||||||
source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2)
|
source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2 \
|
||||||
|
mod_dontdothat.patch)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
|
# fix build issues with server-side modules
|
||||||
|
patch -p1 -i $SRC/mod_dontdothat.patch
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--with-apr=/usr --with-apr-util=/usr --with-neon=/usr \
|
--with-apr=/usr --with-apr-util=/usr --with-neon=/usr \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user