diff options
author | recht <recht@pkgsrc.org> | 2004-08-04 13:55:02 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-04 13:55:02 +0000 |
commit | c403c1434505c2285ba0dbe19c44333000662fa0 (patch) | |
tree | 8354d3ef40aaa9ebf06373ae9d51527e322b359b /databases/postgresql74-client | |
parent | e2744ff80b01721303735e7ea0c48a3ee71109c2 (diff) | |
download | pkgsrc-c403c1434505c2285ba0dbe19c44333000662fa0.tar.gz |
Force GNU readline in the client to work around core dumps with the
native libedit.
Bump PKGREVISION to 1 to propagate the change.
Diffstat (limited to 'databases/postgresql74-client')
-rw-r--r-- | databases/postgresql74-client/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgresql74-client/Makefile b/databases/postgresql74-client/Makefile index 5f254c771f9..d5b5ae43745 100644 --- a/databases/postgresql74-client/Makefile +++ b/databases/postgresql74-client/Makefile @@ -1,11 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2004/07/24 22:44:12 recht Exp $ +# $NetBSD: Makefile,v 1.6 2004/08/04 13:55:02 recht Exp $ PKGNAME= postgresql74-client-${BASE_VERS} +PKGREVISION= 1 SVR4_PKGNAME= pstgc COMMENT= PostgreSQL database client programs .include "../../databases/postgresql74/Makefile.common" +# XXX work around core dumps with the native libedit +USE_GNU_READLINE= yes + CONFIGURE_ARGS+= --with-openssl=${SSLBASE} CONFIGURE_ARGS+= --with-zlib CONFIGURE_ARGS+= --with-readline |