diff options
author | jlam <jlam> | 2001-05-16 15:41:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-16 15:41:03 +0000 |
commit | 4e62768aa6e5b785e11ee3f32b0dfef8a955f829 (patch) | |
tree | e990d413493c40f1e1df38ea24e143f2b74f6459 /databases | |
parent | cc813472ef91fa55e86c5ddba87f5c8238443619 (diff) | |
download | pkgsrc-4e62768aa6e5b785e11ee3f32b0dfef8a955f829.tar.gz |
Fix problem reported by David Brownlee <abs@netbsd.org> where psql isn't
built with readline support despite linking against libreadline.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/files/Makefile.custom | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql/files/Makefile.custom b/databases/postgresql/files/Makefile.custom index 38f40956111..476480288cd 100644 --- a/databases/postgresql/files/Makefile.custom +++ b/databases/postgresql/files/Makefile.custom @@ -1,15 +1,13 @@ -# $NetBSD: Makefile.custom,v 1.5 2001/05/14 14:52:37 jlam Exp $ +# $NetBSD: Makefile.custom,v 1.6 2001/05/16 15:41:03 jlam Exp $ # # This file is included by Makefile.global, which is included by every # sub-Makefile in the build tree. Makefiles for shared libraries include # Makefile.global then Makefile.shlib. ifdef INSTALLED_LIBPQ -libpq_srcdir = $(includedir) libpq = -L$(libdir) -lpq endif ifdef INSTALLED_LIBPGTCL -libpgtcl_srcdir = $(includedir) libpgtcl = -L$(libdir) -lpgtcl endif |