[arch-commits] Commit in ocrad/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Apr 28 18:30:56 UTC 2022


    Date: Thursday, April 28, 2022 @ 18:30:56
  Author: arojas
Revision: 1191689

-ffat-lto-objects

Modified:
  ocrad/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 18:29:17 UTC (rev 1191688)
+++ PKGBUILD	2022-04-28 18:30:56 UTC (rev 1191689)
@@ -3,7 +3,7 @@
 
 pkgname=ocrad
 pkgver=0.28
-pkgrel=1
+pkgrel=2
 pkgdesc='OCR (Optical Character Recognition) program based on a feature extraction method'
 arch=('x86_64')
 url='https://www.gnu.org/software/ocrad/'
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS -ffat-lto-objects" LDFLAGS="$LDFLAGS"
   make
 }
 



More information about the arch-commits mailing list