subversion: silence some errors with newer gcc
This commit is contained in:
parent
a7b769594d
commit
ced16a9338
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=subversion
|
pkgname=subversion
|
||||||
pkgver=1.14.2
|
pkgver=1.14.2
|
||||||
pkgrel=10
|
pkgrel=11
|
||||||
pkgdesc="A Modern Concurrent Version Control System"
|
pkgdesc="A Modern Concurrent Version Control System"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://subversion.apache.org/"
|
url="https://subversion.apache.org/"
|
||||||
@ -125,6 +125,8 @@ build() {
|
|||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
export PYTHON=/usr/bin/python
|
export PYTHON=/usr/bin/python
|
||||||
|
|
||||||
|
CFLAGS+=" -Wno-int-conversion -Wno-incompatible-pointer-types"
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--build=${CHOST} \
|
--build=${CHOST} \
|
||||||
--with-apr=/usr \
|
--with-apr=/usr \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user