From fbd1e801fd79ac1ef17a639d2b25f5ccfe2ed21c Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sat, 4 Feb 2023 22:53:29 -0500 Subject: mythtv: rebuild with flags removed --- linhes/mythtv/PKGBUILD | 6 +++--- linhes/mythtv/__changelog | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/linhes/mythtv/PKGBUILD b/linhes/mythtv/PKGBUILD index 871a51d..e82becb 100644 --- a/linhes/mythtv/PKGBUILD +++ b/linhes/mythtv/PKGBUILD @@ -103,9 +103,9 @@ pkgver() { build() { cd "${srcdir}/mythtv/mythtv" - CFLAGS="${CFLAGS/flto=auto/fPIC}" - CXXFLAGS="${CXXFLAGS/flto=auto/fPIC}" - LDFLAGS="${LDFLAGS/flto=auto/fPIC}" +# CFLAGS="${CFLAGS/flto=auto/fPIC}" +# CXXFLAGS="${CXXFLAGS/flto=auto/fPIC}" +# LDFLAGS="${LDFLAGS/flto=auto/fPIC}" ARCH="${CARCH/_/-}" ./configure --prefix=/usr \ diff --git a/linhes/mythtv/__changelog b/linhes/mythtv/__changelog index b9c3591..e14ae82 100644 --- a/linhes/mythtv/__changelog +++ b/linhes/mythtv/__changelog @@ -1,4 +1,3 @@ PKGBUILD: disable jack and remove dep PKGBUILD: move all opt deps to deps -PKGBUILD: change CFLAGS, CXXFLAGS, and LDFLAGS to use fPIC due to ffmpeg build issue mythbackend.service: add --systemd-journal to exec -- cgit v0.12