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