From 402b7425e7bf5370e2fa9a051ae2237d5021477a Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Fri, 16 Sep 2011 22:03:54 +0200 Subject: Fix -Werror in ortp. --- extra/ortp/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extra/ortp') 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 } -- cgit v1.2.3-54-g00ecf