Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2021 06:46:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255291] Make GNU_CONFIGURE option checking fatal
Message-ID:  <bug-255291-7788-lxXJyUC8X2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255291-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255291-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255291

--- Comment #12 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D7069bc1a13af0d6e8dae4308602afd4=
b8fb40749

commit 7069bc1a13af0d6e8dae4308602afd4b8fb40749
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-04-22 08:03:45 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-04-24 06:46:08 +0000

    net-mgmt/pmacct: Unbreak build with --enable-option-checking=3Dfatal

    =3D=3D=3D>  Configuring for pmacct-1.7.5
    configure: error: unrecognized options: --disable-, --enable-64bit

    There is no --enable-64bit option anymore.  The --disable- is caused
    by the extra =3D after KAFKA_CONFIGURE_ENABLE=3D because the framework
    splits *_CONFIGURE_ENABLE on =3D.  Arguably it should raise an error
    here instead of appending nonsense like --disable-.  This took
    forever to find.  :-(

    PR:             255291

 net-mgmt/pmacct/Makefile | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255291-7788-lxXJyUC8X2>