diff options
Diffstat (limited to 'linhes/mythtv/PKGBUILD')
-rw-r--r-- | linhes/mythtv/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 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 \ |