summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-19 21:15:20 +0000
committerSam James <sam@gentoo.org>2021-12-19 21:16:18 +0000
commit23749c7cadeb2e9b189fd70f3edb69459d548738 (patch)
treec9e45025544535aac3fcc32b424d4bc85d888898 /net-libs/gnome-online-accounts
parentapp-accessibility/at-spi2-core: fix build with USE=-X (diff)
downloadgentoo-23749c7cadeb2e9b189fd70f3edb69459d548738.tar.gz
gentoo-23749c7cadeb2e9b189fd70f3edb69459d548738.tar.bz2
gentoo-23749c7cadeb2e9b189fd70f3edb69459d548738.zip
net-libs/gnome-online-accounts: use Bash for configure for now
Fix compile using e.g. dash as /bin/sh (instead of bash as /bin/sh). Patch submitted upstream. Closes: https://bugs.gentoo.org/829494 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/gnome-online-accounts')
-rw-r--r--net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild5
-rw-r--r--net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild
index 90a80a4489ec..ed7cb68c8a1c 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild
@@ -59,7 +59,10 @@ src_prepare() {
src_configure() {
# TODO: Give users a way to set the G/FB/Windows Live secrets
- gnome2_src_configure \
+
+ # CONFIG_SHELL for bashisms in bug #829494, patch submitted upstream.
+ # Can be removed in future.
+ CONFIG_SHELL="${BROOT}/bin/bash" gnome2_src_configure \
--disable-static \
--enable-backend \
--enable-documentation \
diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild
index f012afee23f2..fe36f7b72807 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild
@@ -59,7 +59,10 @@ src_prepare() {
src_configure() {
# TODO: Give users a way to set the G/FB/Windows Live secrets
- gnome2_src_configure \
+
+ # CONFIG_SHELL for bashisms in bug #829494, patch submitted upstream.
+ # Can be removed in future.
+ CONFIG_SHELL="${BROOT}/bin/bash" gnome2_src_configure \
--disable-static \
--enable-backend \
--enable-documentation \