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