diff options
Diffstat (limited to 'extra/ortp')
-rw-r--r-- | extra/ortp/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/ortp/PKGBUILD b/extra/ortp/PKGBUILD index 3a8318535..c36da3a25 100644 --- a/extra/ortp/PKGBUILD +++ b/extra/ortp/PKGBUILD @@ -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 } |