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

Christian Hesse eworm at archlinux.org
Mon Feb 27 09:09:54 UTC 2017


    Date: Monday, February 27, 2017 @ 09:09:53
  Author: eworm
Revision: 289598

upgpkg: libarchive 3.3.1-4

also give --disable-static to configure to make bsd{cat,cpio,tar}
link dynamically

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-27 09:04:39 UTC (rev 289597)
+++ PKGBUILD	2017-02-27 09:09:53 UTC (rev 289598)
@@ -3,7 +3,7 @@
 
 pkgname=libarchive
 pkgver=3.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="library that can create and read several streaming archive formats"
 arch=('i686' 'x86_64')
 url="http://libarchive.org/"
@@ -21,7 +21,8 @@
   ./configure \
       --prefix=/usr \
       --without-xml2 \
-      --without-nettle
+      --without-nettle \
+      --disable-static
 
   make
 }



More information about the arch-commits mailing list