Date: Sunday, April 24, 2022 @ 10:42:55 Author: arojas Revision: 443885
Fix highlight in some applets, follow cmake guidelines Modified: exiv2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-24 10:37:05 UTC (rev 443884) +++ PKGBUILD 2022-04-24 10:42:55 UTC (rev 443885) @@ -3,7 +3,7 @@ pkgname=exiv2 pkgver=0.27.5 -pkgrel=1 +pkgrel=2 pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools" url="https://exiv2.org" arch=('x86_64') @@ -20,8 +20,8 @@ cd ${pkgname}-${pkgver} cmake -B build \ -GNinja \ - -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \ -DCMAKE_SKIP_RPATH=ON \ -DEXIV2_BUILD_SAMPLES=ON \ -DEXIV2_BUILD_UNIT_TESTS=ON \
