diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-28 15:15:51 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-28 15:15:51 +0000 |
commit | 59ff141c53b37ea39fc3fefb769294c0840d5596 (patch) | |
tree | be742eb443ea70748e28fc74b7e3350e029d50c8 /databases | |
parent | e2c8e2791a87cf1065cf4791be0375e7a3406751 (diff) | |
download | pkgsrc-59ff141c53b37ea39fc3fefb769294c0840d5596.tar.gz |
databases/libgda: remove unknown configure option
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index c22fb2cadcc..b33e9c4ec86 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2020/03/08 16:47:29 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2020/05/28 15:15:51 rillig Exp $ PKGREVISION= 2 .include "Makefile.common" @@ -7,7 +7,8 @@ PKGREVISION= 2 PKGCONFIG_OVERRIDE+= libgda-5.0.pc.in PKGCONFIG_OVERRIDE+= libgda-report-5.0.pc.in -CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no --with-oracle=no +CONFIGURE_ARGS+= --with-bdb=no +CONFIGURE_ARGS+= --with-oracle=no TEST_TARGET= check |