bfr: fix broken build because of stricter GCC default checks (#410835)

This commit is contained in:
Aleksana
2025-06-01 22:11:47 +08:00
committed by GitHub
3 changed files with 29 additions and 0 deletions
@@ -0,0 +1,13 @@
diff --git a/configure b/configure
index 53e90a7..4afeb58 100755
--- a/configure
+++ b/configure
@@ -411,7 +411,7 @@ if test "$silent" = yes; then
else
exec 6>&1
fi
-exec 5>./config.log
+exec 5>&2
echo "\
This file contains any messages produced by compilers while
@@ -0,0 +1,13 @@
diff --git a/configure b/configure
index 53e90a7..cc80615 100755
--- a/configure
+++ b/configure
@@ -908,7 +908,7 @@ cat > conftest.$ac_ext << EOF
#line 909 "configure"
#include "confdefs.h"
-main(){return(0);}
+int main(){return(0);}
EOF
if { (eval echo configure:914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
+3
View File
@@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
};
patches = [
./configure-log-compiler-errors-to-stderr.patch
./fix-gcc-complaining-about-invalid-configure-example-code.patch
(fetchurl {
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/app-misc/bfr/files/bfr-1.6-perl.patch?id=dec60bb6900d6ebdaaa6aa1dcb845b30b739f9b5";
sha256 = "1pk9jm3c1qzs727lh0bw61w3qbykaqg4jblywf9pvq5bypk88qfj";