diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-16 15:41:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-16 15:41:03 +0000 |
commit | 70b5c5b46c01a50ba2f51997abfb2ec8edf0bf3d (patch) | |
tree | e990d413493c40f1e1df38ea24e143f2b74f6459 /databases | |
parent | 2e2187698a17958b32b362a0b2e16396b487ea16 (diff) | |
download | pkgsrc-70b5c5b46c01a50ba2f51997abfb2ec8edf0bf3d.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 |