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

Antonio Rojas arojas at archlinux.org
Sat May 30 21:31:54 UTC 2020


    Date: Saturday, May 30, 2020 @ 21:31:54
  Author: arojas
Revision: 637537

BUILDINFO rebuild

Modified:
  ziproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-30 21:29:49 UTC (rev 637536)
+++ PKGBUILD	2020-05-30 21:31:54 UTC (rev 637537)
@@ -3,7 +3,7 @@
 
 pkgname=ziproxy
 pkgver=3.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="forwarding, non-caching, compressing HTTP proxy server"
 arch=('x86_64')
 url="http://ziproxy.sourceforge.net/"
@@ -43,7 +43,7 @@
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
-  [ -f Makefile ] || ./configure --prefix=/usr --with-jasper
+  [ -f Makefile ] || CFLAGS+=' -fcommon' ./configure --prefix=/usr --with-jasper
   make
 }
 



More information about the arch-commits mailing list