فهرست منبع

upgrading package: glpk 4.19 -> 4.20

Christoph Schug 18 سال پیش
والد
کامیت
35e507a074
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      glpk/glpk.spec

+ 4 - 3
glpk/glpk.spec

@@ -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