diff options
author | Sam James <sam@gentoo.org> | 2021-08-20 03:05:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-20 03:05:40 +0100 |
commit | e92d7defc556a644d428f7d6037ada164ed24302 (patch) | |
tree | f5b7ec7538618102f8591fec956f01acf7ebfed6 /sci-libs | |
parent | sci-libs/adolc: move large patches to devspace (diff) | |
download | gentoo-e92d7defc556a644d428f7d6037ada164ed24302.tar.gz gentoo-e92d7defc556a644d428f7d6037ada164ed24302.tar.bz2 gentoo-e92d7defc556a644d428f7d6037ada164ed24302.zip |
sci-libs/adolc: temporarily enforce CONFIG_SHELL
While we have a dash patch already, it needs some more work
and a bunch of our patches should really be upstreamed anyway.
Need this for a dependency so this works for now.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/adolc/adolc-2.7.2.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/adolc/adolc-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sci-libs/adolc/adolc-2.7.2.ebuild b/sci-libs/adolc/adolc-2.7.2.ebuild index db20fd6e78a1..009ee6a78ed3 100644 --- a/sci-libs/adolc/adolc-2.7.2.ebuild +++ b/sci-libs/adolc/adolc-2.7.2.ebuild @@ -45,7 +45,8 @@ src_configure() { # needs work. Revisit with >=2.7.3. # https://bugs.gentoo.org/730750 # https://github.com/coin-or/ADOL-C/issues/20 - econf \ + # Can drop CONFIG_SHELL once fixed up dash/bashisms patch + CONFIG_SHELL="${BROOT}/bin/bash" econf \ --disable-python \ --disable-static \ --enable-advanced-branching \ diff --git a/sci-libs/adolc/adolc-9999.ebuild b/sci-libs/adolc/adolc-9999.ebuild index cbdfaa7bdb8d..b4eaac107e7c 100644 --- a/sci-libs/adolc/adolc-9999.ebuild +++ b/sci-libs/adolc/adolc-9999.ebuild @@ -45,7 +45,8 @@ src_prepare() { } src_configure() { - econf \ + # Can drop CONFIG_SHELL once fixed up dash/bashisms patch + CONFIG_SHELL="${BROOT}/bin/bash" econf \ --disable-python \ --disable-static \ --enable-advanced-branching \ |