From 68e3e17809028adc8d0a4d503df0d697b9157460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 26 Feb 2018 20:47:04 +0000 Subject: [PATCH] Related: rhbz#1548689 ... and LDFLAGS --- lpsolve-5.5.0.11.cflags.patch | 2 +- lpsolve.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lpsolve-5.5.0.11.cflags.patch b/lpsolve-5.5.0.11.cflags.patch index 5185626..2471733 100644 --- a/lpsolve-5.5.0.11.cflags.patch +++ b/lpsolve-5.5.0.11.cflags.patch @@ -36,4 +36,4 @@ fi -$c -I.. -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I../shared $opts $def $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src -o bin/$PLATFORM/lp_solve $math $dl -+$c $CFLAGS -I.. -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I../shared $def $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src -o bin/$PLATFORM/lp_solve $math $dl ++$c $CFLAGS $LDFLAGS -I.. -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I../shared $def $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src -o bin/$PLATFORM/lp_solve $math $dl diff --git a/lpsolve.spec b/lpsolve.spec index 17a8890..544269b 100644 --- a/lpsolve.spec +++ b/lpsolve.spec @@ -1,7 +1,7 @@ Name: lpsolve Summary: A Mixed Integer Linear Programming (MILP) solver Version: 5.5.2.0 -Release: 19%{?dist} +Release: 20%{?dist} Source: http://downloads.sourceforge.net/lpsolve/lp_solve_%{version}_source.tar.gz Group: System Environment/Libraries URL: http://sourceforge.net/projects/lpsolve @@ -60,8 +60,11 @@ install -p -m 644 \ %{_includedir}/lpsolve %changelog +* Mon Feb 26 2018 Caolán McNamara - 5.5.2.0-20 +- Related: rhbz#1548689 ... and LDFLAGS + * Mon Feb 26 2018 Caolán McNamara - 5.5.2.0-19 -- Resolves: rhbz#1548689 there are two build scripts that need adjusting +- Related: rhbz#1548689 there are two build scripts that need adjusting * Mon Feb 26 2018 Caolán McNamara - 5.5.2.0-18 - Resolves: rhbz#1548689 use fedora compile/link flags