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

Johannes Löthberg demize at archlinux.org
Thu Dec 12 18:33:25 UTC 2019


    Date: Thursday, December 12, 2019 @ 18:33:25
  Author: demize
Revision: 537420

Move EXTRA_OBJS to the correct make command

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-12 18:22:36 UTC (rev 537419)
+++ PKGBUILD	2019-12-12 18:33:25 UTC (rev 537420)
@@ -3,7 +3,7 @@
 
 pkgname=haproxy
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://haproxy.org/'
@@ -43,7 +43,8 @@
     USE_PCRE=1 USE_PCRE_JIT=1 \
     USE_ZLIB=1 \
     USE_LUA=1 \
-    USE_SYSTEMD=1
+    USE_SYSTEMD=1 \
+    EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o"
 
   for contrib in halog iprange ip6range systemd; do
     make -C contrib/$contrib SBINDIR=/usr/bin OPTIMIZE= CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
@@ -56,7 +57,6 @@
     PREFIX="$pkgdir"/usr \
     SBINDIR="$pkgdir"/usr/bin \
     DOCDIR="$pkgdir"/usr/share/$pkgname \
-    EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" \
     install
 
   for contrib in halog iprange ip6range; do



More information about the arch-commits mailing list