Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Sep 2016 13:30:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 212411] audio/speex: fix build with --disable-silent-rules
Message-ID:  <bug-212411-12827-EGUcYYjVhV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212411-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212411-12827@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

Dmitry Marakasov <amdmi3@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
multimedia@FreeBSD.org:
Bug 212411: audio/speex: fix build with --disable-silent-rules
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212411



--- Description ---
Created attachment 174414
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=174414&action=edit
Patch

Exp-run with --disable-silent-rules added to CONFIGURE_ARGS showed failure for
audio/speex. It's caused by broken configure script which checks $enableval
after checking for corresponding --enable/--disable option, but if option was
not set, enableval value left from the previous (unrelated) option is used. As
result, $enableval=no set by check in --disable-silent-rules also turns off
binaries as if --disable-binaries was given. To fix that, unset $enableval
after silent-rules processing.


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212411-12827-EGUcYYjVhV>