Browse Source

try to fix Pg loading problems

master
parent
commit
a93914c651
  1. 3
      postgresql/postgresql.spec

3
postgresql/postgresql.spec

@ -40,7 +40,7 @@ Distribution: OpenPKG [BASE]
Group: Database
License: GPL
Version: %{V_postgresql}
Release: 20030128
Release: 20030130
# package options
%option with_cxx no
@ -161,6 +161,7 @@ AutoReqProv: no
%{l_shtool} subst \
-e 's;-I$POSTGRES_INCLUDE;-I../src/interfaces/libpq -I../src/include;' \
-e 's;-L$POSTGRES_LIB;-L../src/interfaces/libpq;' \
-e 's;-lpq;-lpq %{l_ldflags} -lssl -lcrypto -lcrypt;' \
Makefile.PL
%{l_prefix}/bin/perl-openpkg install
%{l_prefix}/bin/perl-openpkg epilog

Loading…
Cancel
Save