Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=fcb2057901e056ca3e9cd05d7a811c55552a1775
commit fcb2057901e056ca3e9cd05d7a811c55552a1775 Author: crazy <[email protected]> Date: Mon Feb 12 16:52:56 2018 +0100 lp_solve-5.5.2.0-6-x86_64 * rebuild with tc * use Fexec diff --git a/source/xoffice/lp_solve/FrugalBuild b/source/xoffice/lp_solve/FrugalBuild index f2a5ecc..7a7258f 100644 --- a/source/xoffice/lp_solve/FrugalBuild +++ b/source/xoffice/lp_solve/FrugalBuild @@ -3,14 +3,14 @@ pkgname=lp_solve pkgver=5.5.2.0 -pkgrel=5 +pkgrel=6 pkgdesc="A Mixed Integer Linear Programming (MILP) solver." _F_sourceforge_dirname="lpsolve" _F_sourceforge_sep="_" _F_sourceforge_ext="_source.tar.gz" Finclude sourceforge source+=(lpsolve-5.5.2.0.defines.patch) -depends=('glibc>=2.25') +depends=('glibc>=2.27-2') groups=('xoffice') archs=("x86_64") sha1sums=('e2830053cf079839b9ce21662cbc886ac6d31c80' \ @@ -20,13 +20,13 @@ build() { Fcd lp_solve_5.5 Fpatchall - cd lpsolve55 || Fdie + Fexec cd lpsolve55 || Fdie Fsed '-O3' "$CFLAGS" ccc Fexec bash -x ccc || Fdie - rm bin/ux*/liblpsolve55.a || return 1 - cd ../lp_solve || Fdie + Fexec rm bin/ux*/liblpsolve55.a || return 1 + Fexec cd ../lp_solve || Fdie Fexec bash -x ccc || Fdie - cd .. || Fdie + Fexec cd .. || Fdie Fmkdir /usr/{bin,lib,include/lpsolve} Fexerel lp_solve/bin/ux*/lp_solve /usr/bin/ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
