diff options
author | Sam James <sam@gentoo.org> | 2023-05-10 01:05:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-10 01:29:24 +0100 |
commit | 38ceaea36f52c8fb1ccab4f712bb75816a851e63 (patch) | |
tree | 3897a2bdfb45d0f9b4f9412d5d8ea6d0f70c2398 /dev-libs/serdisplib | |
parent | dev-perl/WWW-Curl: fix compile with curl-7.87+ (diff) | |
download | gentoo-38ceaea36f52c8fb1ccab4f712bb75816a851e63.tar.gz gentoo-38ceaea36f52c8fb1ccab4f712bb75816a851e63.tar.bz2 gentoo-38ceaea36f52c8fb1ccab4f712bb75816a851e63.zip |
dev-libs/serdisplib: workaround build failure w/ non-bash
I normally prefer to fix these properly but this looks rather dead and it
affects some generated code (as in files to be compiled).
Closes: https://bugs.gentoo.org/886079
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/serdisplib')
-rw-r--r-- | dev-libs/serdisplib/serdisplib-2.02-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/serdisplib/serdisplib-2.02-r2.ebuild b/dev-libs/serdisplib/serdisplib-2.02-r2.ebuild index 22cb104e7e06..63f9e8620b12 100644 --- a/dev-libs/serdisplib/serdisplib-2.02-r2.ebuild +++ b/dev-libs/serdisplib/serdisplib-2.02-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -90,7 +90,7 @@ src_configure() { --with-drivers="${myeconfargs_lcd_devices#,}" ) - econf "${myeconfargs[@]}" + CONFIG_SHELL="${BROOT}/bin/bash" econf "${myeconfargs[@]}" } src_install() { |