diff options
Diffstat (limited to 'linhes')
| -rw-r--r-- | linhes/mythtv/PKGBUILD | 6 | ||||
| -rw-r--r-- | 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 | 
