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

Jan Steffens heftig at archlinux.org
Sat Feb 16 16:56:24 UTC 2019


    Date: Saturday, February 16, 2019 @ 16:56:23
  Author: heftig
Revision: 346364

7.64.0-7: Disable memory allocation debugging

Modified:
  curl/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-16 14:21:21 UTC (rev 346363)
+++ PKGBUILD	2019-02-16 16:56:23 UTC (rev 346364)
@@ -6,7 +6,7 @@
 
 pkgname=curl
 pkgver=7.64.0
-pkgrel=6
+pkgrel=7
 pkgdesc="An URL retrieval utility and library"
 arch=('x86_64')
 url="https://curl.haxx.se"
@@ -46,6 +46,7 @@
       --disable-ldap \
       --disable-ldaps \
       --disable-manual \
+      --disable-curldebug \
       --enable-debug \
       --enable-optimize \
       --enable-ipv6 \



More information about the arch-commits mailing list