summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Ziemba2018-09-22 22:52:55 -0400
committerDan Ziemba2018-09-22 22:52:55 -0400
commitc5933d734f1bd740a9f3920ad7e9b3307964ac3a (patch)
tree8d018aad4d5216773e72bd17d86704ea3220af9a /PKGBUILD
parentc9dd687b558fcd233d2360506b04c4cb96c9bd22 (diff)
downloadaur-c5933d734f1bd740a9f3920ad7e9b3307964ac3a.tar.gz
Removed unnecessary CFLAGS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e813932fc334..20016b5186b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=tvheadend-git
_gitname='tvheadend-git'
pkgver=4.3.r1361.ge1c03470d
-pkgrel=1
+pkgrel=2
pkgdesc="TV streaming server for Linux"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://tvheadend.org/"
@@ -62,12 +62,6 @@ prepare() {
build() {
cd "${srcdir}/${_gitname}"
- # "Fix" build with GCC 8
- CFLAGS="${CFLAGS} \
- -Wno-error=stringop-truncation \
- -Wno-error=stringop-overflow \
- -Wno-error=discarded-qualifiers"
-
./configure --prefix=/usr --mandir=/usr/share/man/man1 --release \
--python=python3 \
--enable-avahi \