summaryrefslogtreecommitdiff
path: root/extra/ortp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ortp/PKGBUILD')
-rw-r--r--extra/ortp/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/ortp/PKGBUILD b/extra/ortp/PKGBUILD
index ca983cbd3..c36da3a25 100644
--- a/extra/ortp/PKGBUILD
+++ b/extra/ortp/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=ortp
pkgver=0.16.5
pkgrel=1
pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.linphone.org/index.php/eng/code_review/ortp"
license=('LGPL')
depends=('openssl')
@@ -17,7 +17,8 @@ md5sums=('94546901d14b85f97342f4ecf39489b1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
+ # Don't turn warnings into errors, it's bad.
+ ./configure --prefix=/usr --disable-strict
make
}