Prechádzať zdrojové kódy

upgrading package: postgresql 7.3.1 -> 7.3.2

Peter Smej 23 rokov pred
rodič
commit
8f60b48d32
1 zmenil súbory, kde vykonal 4 pridanie a 3 odobranie
  1. 4 3
      postgresql/postgresql.spec

+ 4 - 3
postgresql/postgresql.spec

@@ -24,7 +24,7 @@
 ##
 
 #   package versions
-%define       V_postgresql      7.3.1
+%define       V_postgresql      7.3.2
 %define       V_libpqpp         4.0
 %define       V_libpqxx         1.3.6
 %define       V_pgperl          2.0.2
@@ -40,7 +40,7 @@ Distribution: OpenPKG [BASE]
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20030201
+Release:      20030204
 
 #   package options
 %option       with_cxx      no
@@ -147,7 +147,8 @@ AutoReqProv:  no
           --with-postgres-lib=`pwd`/../src/interfaces/libpq \
           --with-postgres-include=`pwd`/../src/interfaces/libpq \
           --disable-shared
-      %{l_make} %{l_mflags -O}
+  #    %{l_make} %{l_mflags -O}
+      /cw/bin/gmake %{l_mflags -O}
     )
 %endif