Michael van Elst 23 anni fa
parent
commit
dc1fc0f84f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pari/pari.spec

+ 2 - 2
pari/pari.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Algorithm
 License:      GPL
 Version:      %{V_major}.%{V_minor}
-Release:      20030626
+Release:      20030627
 
 #   list of sources
 Source0:      ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-%{V_major}/pari-%{version}.tar.gz
@@ -66,13 +66,13 @@ AutoReqProv:  no
         Configure
 
 %build
+    #   FIXME - doesn't take advantage of asm kernel (broken on Solaris)
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     ./Configure \
         --prefix=%{l_prefix} \
         --datadir=%{l_prefix}/share/pari/galdata \
         --miscdir=%{l_prefix}/share/pari \
-        #   FIXME - doesn't take advantage of asm kernel
         --host=none \
         --graphic=none \
         --static