tecnoballs, rename to 0.94.0~git, fix build for x86_64 (#5829)

This commit is contained in:
Schrijvers Luc
2021-04-11 13:02:23 +02:00
committed by GitHub
parent 90dbec3359
commit 8a7f301872
2 changed files with 25 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
From 97cad7427a294efcd6bcf43dd88d9a36d7436bcc Mon Sep 17 00:00:00 2001
From deae908e671569c47fca0cae7bee53f6d0210848 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Sun, 11 Apr 2021 10:43:11 +0000
Subject: Don't use pthread
@@ -21,7 +21,7 @@ index 50e8b40..ae4374d 100644
2.30.2
From 372e0086317d1e0095e8cc3520d9795177f27e32 Mon Sep 17 00:00:00 2001
From 2b30b51a86dc3d48e5f98e5c1dfe05e016607a67 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Sun, 11 Apr 2021 10:46:10 +0000
Subject: Fix installation paths
@@ -44,3 +44,26 @@ index f9f7b1b..fb6e65f 100644
--
2.30.2
From 225590221f6c176cda105b4bff845f9438abb953 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Sun, 11 Apr 2021 12:46:36 +0000
Subject: Add -fpermissive for x86_64
diff --git a/configure.ac b/configure.ac
index ae4374d..d1e8f53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,7 @@ if test "x${enable_devel}" = "xyes"; then
#CXXFLAGS="-Werror -O2 -Wall -pedantic -Wextra -std=gnu++98 -g $CXXFLAGS"
CXXFLAGS="-Werror -O2 -Wall -pedantic -Wextra -std=gnu++98 -g"
else
- CXXFLAGS="-O2 -Wall -pedantic -Wextra -std=gnu++98 $CXXFLAGS"
+ CXXFLAGS="-O2 -Wall -pedantic -Wextra -fpermissive -std=gnu++98 $CXXFLAGS"
fi
AC_OUTPUT(
--
2.30.2