summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorohattsh2023-07-23 09:10:36 -0400
committerohattsh2023-07-23 09:10:36 -0400
commitd0e6025f2c6f5e5e1d36cf2c9b7547f0d3b70e89 (patch)
tree1002b52c994d65247d4e70c591e5023764a228c7 /PKGBUILD
parent382ef4b459ff184e4f961a6e3fe0f790f24815ee (diff)
downloadaur-d0e6025f2c6f5e5e1d36cf2c9b7547f0d3b70e89.tar.gz
Reduce Warning noise
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ce36899c1c9..1f30073d56f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,7 @@ prepare() {
build() {
cd ${_pkgname}-${pkgver}
NOCONFIGURE=1 ./autogen.sh
- CPPFLAGS="${CPPFLAGS} -I/usr/include/openssl-1.0" LDFLAGS="${LDFLAGS} -L/usr/lib/openssl-1.0" \
+ CPPFLAGS="${CPPFLAGS} -Wno-deprecated -Wno-deprecated-declarations -I/usr/include/openssl-1.0" LDFLAGS="${LDFLAGS} -L/usr/lib/openssl-1.0" \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static --enable-experimental --disable-gtk-doc \
--with-package-name="GStreamer Bad Plugins (Archlinux)" \