Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7fcb3f11df67b0cf20bb7c61e34487ae1d97222b
commit 7fcb3f11df67b0cf20bb7c61e34487ae1d97222b Author: DeX77 <[email protected]> Date: Sun May 8 15:21:29 2016 +0200 jsoncpp-1.7.2-3-x86_64 * add missing static lib diff --git a/source/lib/jsoncpp/FrugalBuild b/source/lib/jsoncpp/FrugalBuild index 6d1f374..ea9d2c4 100644 --- a/source/lib/jsoncpp/FrugalBuild +++ b/source/lib/jsoncpp/FrugalBuild @@ -4,7 +4,7 @@ pkgname=jsoncpp pkgver=1.7.2 -pkgrel=2 +pkgrel=3 pkgdesc="JSON C++ library." depends=('glibc>=2.22-3') groups=('lib') @@ -16,6 +16,8 @@ sha1sums=('956b13c42a8100c7fd9a8365c571a6783d197b8a') _F_cmake_confopts+=" -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_SHARED_LIBS=ON \ - -DBUILD_STATIC_LIBS=OFF" + -DBUILD_STATIC_LIBS=ON" Finclude github cmake +options=('static') + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
