OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Jul-2003 17:20:38
Branch: HEAD Handle: 2003070216203800
Modified files:
openpkg-src/proftpd proftpd.spec
Log:
fix pgsql/postgresql include path
Summary:
Revision Changes Path
1.54 +2 -2 openpkg-src/proftpd/proftpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/proftpd/proftpd.spec
============================================================================
$ cvs diff -u -r1.53 -r1.54 proftpd.spec
--- openpkg-src/proftpd/proftpd.spec 9 Jun 2003 15:56:22 -0000 1.53
+++ openpkg-src/proftpd/proftpd.spec 2 Jul 2003 15:20:38 -0000 1.54
@@ -33,7 +33,7 @@
Group: FTP
License: GPL
Version: 1.2.8
-Release: 20030609
+Release: 20030702
# package options
%option with_mysql no
@@ -111,7 +111,7 @@
# postgresql also doesn't provide its own inlude subdirectory
%{l_shtool} subst \
-e 's;\(-lpq\);\1 -lssl -lcrypto;g' \
- -e 's;^\(#include <\)pgsql/\(libpq-fe.h>.*\)$;\1\2;' \
+ -e 's;^\(#include <\)pgsql/\(libpq-fe.h>.*\)$;\1postgresql/\2;' \
contrib/mod_sql_postgres.c
# libldap also requires openssl
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]