summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Ziemba2018-09-22 22:52:55 -0400
committerDan Ziemba2018-09-22 22:52:55 -0400
commitc5933d734f1bd740a9f3920ad7e9b3307964ac3a (patch)
tree8d018aad4d5216773e72bd17d86704ea3220af9a
parentc9dd687b558fcd233d2360506b04c4cb96c9bd22 (diff)
downloadaur-c5933d734f1bd740a9f3920ad7e9b3307964ac3a.tar.gz
Removed unnecessary CFLAGS
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8d8324a241c..46a601687078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tvheadend-git
pkgdesc = TV streaming server for Linux
pkgver = 4.3.r1361.ge1c03470d
- pkgrel = 1
+ pkgrel = 2
url = https://tvheadend.org/
install = tvheadend.install
arch = i686
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 \