diff options
author | Sam James <sam@gentoo.org> | 2021-03-04 08:04:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-05 18:00:43 +0000 |
commit | 7ed32b93a6df6fffa7772ead9133569a2c6667d9 (patch) | |
tree | bd93fd24d5cbb4a3f39e2d3b6825db2541d7ac2d /dev-db/sqlcipher | |
parent | dev-db/sqlcipher: port to EAPI 7 (diff) | |
download | gentoo-7ed32b93a6df6fffa7772ead9133569a2c6667d9.tar.gz gentoo-7ed32b93a6df6fffa7772ead9133569a2c6667d9.tar.bz2 gentoo-7ed32b93a6df6fffa7772ead9133569a2c6667d9.zip |
dev-db/sqlcipher: minor changes to align with 3.4.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/sqlcipher')
-rw-r--r-- | dev-db/sqlcipher/sqlcipher-4.0.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild index 587212f81091..e82a2ba8a159 100644 --- a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild +++ b/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,12 +41,13 @@ RESTRICT="test" src_prepare() { # Column metadata added due to bug #670346 append-cflags -DSQLITE_HAS_CODEC -DSQLITE_ENABLE_COLUMN_METADATA - default_src_prepare + + default eautoreconf } multilib_src_configure() { - ECONF_SOURCE=${S} \ + ECONF_SOURCE="${S}" \ econf \ --enable-fts3 \ --enable-fts4 \ |