Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gcc6.git;a=commitdiff;h=7875a62648d142a086d36af44161362fb0ee2c9c

commit 7875a62648d142a086d36af44161362fb0ee2c9c
Author: crazy <cr...@frugalware.org>
Date:   Fri Sep 16 14:40:21 2016 +0200

lzo-2.09-6-x86_64
* need static for libarchive/pacman and chroot-core group

diff --git a/source/base/lzo/FrugalBuild b/source/base/lzo/FrugalBuild
index 3d0eb73..ff811ba 100644
--- a/source/base/lzo/FrugalBuild
+++ b/source/base/lzo/FrugalBuild
@@ -4,16 +4,17 @@

pkgname=lzo
pkgver=2.09
-pkgrel=5
+pkgrel=6
pkgdesc="A real-time data compression library"
url="http://www.oberhumer.com/opensource/lzo";
depends=('glibc>=2.24-4')
archs=('i686' 'x86_64')
makedepends=('zlib>=1.2.8-8')
-groups=('base')
+groups=('base' 'chroot-core')
up2date="Flasttar $url/download/"
source=($url/download/$pkgname-$pkgver.tar.gz)
-Fconfopts+=" --enable-shared --enable-static=no --disable-static"
+Fconfopts+=" --enable-shared --enable-static"
sha1sums=('e2a60aca818836181e7e6f8c4f2c323aca6ac057')
+options+=('static')

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to