|
|
@@ -32,8 +32,8 @@ Distribution: OpenPKG Community
|
|
|
Class: PLUS
|
|
|
Group: Algorithm
|
|
|
License: GPL
|
|
|
-Version: 4.19
|
|
|
-Release: 20070706
|
|
|
+Version: 4.20
|
|
|
+Release: 20070727
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gnu.org/gnu/glpk/glpk-%{version}.tar.gz
|
|
|
@@ -69,7 +69,8 @@ AutoReqProv: no
|
|
|
CPPFLAGS="%{l_cppflags}" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
- --includedir=%{l_prefix}/include/glpk
|
|
|
+ --includedir=%{l_prefix}/include/glpk \
|
|
|
+ --disable-shared
|
|
|
%{l_make} %{l_mflags -O}
|
|
|
|
|
|
%install
|