summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-04-23 12:01:32 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-04-23 12:41:02 +0200
commit35db2fa9ded7b0dd5d6e0d9c29eebba2848a9788 (patch)
tree32069a61796f017eb224f1415fd9b09705ac4615 /sys-cluster/galera/files/galera-26.4.6-strip-extra-cflags.patch
parentmail-filter/rspamd: drop 3.8.1 (diff)
downloadgentoo-35db2fa9ded7b0dd5d6e0d9c29eebba2848a9788.tar.gz
gentoo-35db2fa9ded7b0dd5d6e0d9c29eebba2848a9788.tar.bz2
gentoo-35db2fa9ded7b0dd5d6e0d9c29eebba2848a9788.zip
sys-cluster/galera: drop 26.4.13-r1, 26.4.14, 26.4.15
Closes: https://bugs.gentoo.org/640618 Closes: https://bugs.gentoo.org/775236 Closes: https://bugs.gentoo.org/806348 Closes: https://bugs.gentoo.org/922984 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'sys-cluster/galera/files/galera-26.4.6-strip-extra-cflags.patch')
-rw-r--r--sys-cluster/galera/files/galera-26.4.6-strip-extra-cflags.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-cluster/galera/files/galera-26.4.6-strip-extra-cflags.patch b/sys-cluster/galera/files/galera-26.4.6-strip-extra-cflags.patch
deleted file mode 100644
index 5f5be7a7a94b..000000000000
--- a/sys-cluster/galera/files/galera-26.4.6-strip-extra-cflags.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- a/SConstruct
-+++ b/SConstruct
-@@ -89,7 +89,7 @@ Commandline Options:
- build_target = 'all'
-
- # Optimization level
--opt_flags = ' -g -O3 -DNDEBUG'
-+opt_flags = ' -DNDEBUG'
-
- # Architecture (defaults to build host type)
- compile_arch = ''
-@@ -134,26 +134,6 @@ if dbug:
- if gcov:
- opt_flags = opt_flags + ' --coverage -g'
-
--if sysname == 'sunos':
-- compile_arch = ' -mtune=native'
--elif x86:
-- if bits == 32:
-- if machine == 'x86_64':
-- compile_arch = ' -mx32'
-- else:
-- compile_arch = ' -m32 -march=i686'
-- if sysname == 'linux':
-- link_arch = ' -Wl,-melf_i386'
-- else:
-- compile_arch = ' -m64'
-- if sysname == 'linux':
-- link_arch = ' -Wl,-melf_x86_64'
-- link_arch = compile_arch + link_arch
--elif machine == 's390x':
-- compile_arch = ' -mzarch'
-- if bits == 32:
-- compile_arch += ' -m32'
--
- boost = int(ARGUMENTS.get('boost', 1))
- boost_pool = int(ARGUMENTS.get('boost_pool', 0))
- system_asio= int(ARGUMENTS.get('system_asio', 1))