Browse Source

modifying package: postgresql-8.4.2 20091214 -> 20091228

master
parent
commit
28e7330051
  1. 5
      postgresql/postgresql.spec

5
postgresql/postgresql.spec

@ -28,7 +28,7 @@
%define V_libpqxx 3.0.2
%define V_perl 5.10.0
%define V_pgperl 2.0.2
%define V_psqlodbc 08.04.0100
%define V_psqlodbc 08.04.0200
%define V_pgjdbc 8.4-701
%define V_slony1_major 1.2
%define V_slony1_minor 20
@ -48,7 +48,7 @@ Class: BASE
Group: Database
License: GPL
Version: %{V_postgresql}
Release: 20091214
Release: 20091228
# package options
%option with_server yes
@ -376,6 +376,7 @@ AutoReqProv: no
CPPFLAGS="$CPPFLAGS -I`pwd`/../src/interfaces -I`pwd`/../src/interfaces/libpq"
CPPFLAGS="$CPPFLAGS %{l_cppflags}"
export LDFLAGS="-L`pwd`/../src/interfaces/libpq %{l_ldflags}"
export LIBS="-lssl -lcrypto"
./configure \
--prefix=%{l_prefix} \
--with-unixodbc=%{l_prefix} \

Loading…
Cancel
Save