Hi,

On Sat,  4 Mar 2017 11:13:08 -0800 Matt Turner wrote:

>From: Agostino Sarubbo <a...@gentoo.org>
>
>Bug: https://bugs.gentoo.org/458000
>---
> eclass/xorg-2.eclass | 6 ++++++
> 1 file changed, 6 insertions(+)
>
>diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
>index 1af1705..fe44658 100644
>--- a/eclass/xorg-2.eclass
>+++ b/eclass/xorg-2.eclass
>@@ -472,9 +472,15 @@ xorg-2_src_configure() {
>               local selective_werror="--disable-selective-werror"
>       fi
> 
>+      # Check if package supports a verbose build
>+      if grep -q -s "disable-silent-rules"
>${ECONF_SOURCE:-.}/configure; then
>+              local no_silent="--disable-silent-rules"
>+      fi
>+
>       local myeconfargs=(
>               ${dep_track}
>               ${selective_werror}
>+              ${no_silent}
>               ${FONT_OPTIONS}
>               "${xorgconfadd[@]}"
>       )

very unlikely scenario but what happens if configure does not provide
"disable-silent-rules" but "${no_silent} was defined somewhere in the
environment?

Lars
-- 
Lars Wendler
Gentoo package maintainer
GPG: 21CC CF02 4586 0A07 ED93  9F68 498F E765 960E 9B39

Attention! New gpg key! See
https://www.gentoofan.org/blog/index.php?/archives/9-New-gpg-keys.html

Attachment: pgpIK0ozg8wio.pgp
Description: Digitale Signatur von OpenPGP

Reply via email to