[arch-commits] Commit in tidy/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Fri Dec 24 10:23:08 UTC 2021
Date: Friday, December 24, 2021 @ 10:23:08
Author: jelle
Revision: 433025
Add -ffat-lto-objects for stripping issue
Modified:
tidy/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-24 10:21:20 UTC (rev 433024)
+++ PKGBUILD 2021-12-24 10:23:08 UTC (rev 433025)
@@ -5,7 +5,7 @@
pkgname=tidy
pkgver=5.8.0
_commit=9f8d957e4d9c164b0aea10a36c7933d67517abb1
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to tidy down your HTML code to a clean style"
arch=(x86_64)
url="https://www.html-tidy.org/"
@@ -25,6 +25,8 @@
build() {
cd build
+ export CFLAGS+=" -ffat-lto-objects"
+ export CXXFLAGS+=" -ffat-lto-objects"
cmake ../tidy-html5-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
More information about the arch-commits
mailing list