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

Antonio Rojas arojas at archlinux.org
Fri Apr 23 07:01:19 UTC 2021


    Date: Friday, April 23, 2021 @ 07:01:18
  Author: arojas
Revision: 413757

libxcrypt rebuild

Modified:
  hylafax/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 06:33:57 UTC (rev 413756)
+++ PKGBUILD	2021-04-23 07:01:18 UTC (rev 413757)
@@ -1,7 +1,7 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 pkgname=hylafax
 pkgver=6.0.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Fax Server"
 arch=('x86_64')
 install='hylafax.install'
@@ -29,13 +29,13 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -e 's|4.\[0\]|4.[01]|g' -i configure # Support libtiff 4.1
+  sed -e 's|4.\[0\]|4.[012]|g' -i configure # Support libtiff 4.x
 }
 
 build () {
   cd ${pkgname}-${pkgver}
   cp ../config.local .
-  ./configure --nointeractive --with-OPTIMIZER="${CFLAGS}"
+  ./configure --nointeractive --with-OPTIMIZER="${CFLAGS} ${LDFLAGS}"
   make
 }
 



More information about the arch-commits mailing list