From a36a6b8efebfab70f743f1ca5a6a8f50e96f9c8e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 22 Mar 2025 11:12:46 +0100 Subject: build-support/pacman-static: updated to 7.0.0.r6.gc685ae6 (version in the AUR) --- .../pacman-static/openssl-3.0.7-no-atomic.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 build-support/pacman-static/openssl-3.0.7-no-atomic.patch (limited to 'build-support/pacman-static/openssl-3.0.7-no-atomic.patch') diff --git a/build-support/pacman-static/openssl-3.0.7-no-atomic.patch b/build-support/pacman-static/openssl-3.0.7-no-atomic.patch new file mode 100644 index 00000000..a85cd0df --- /dev/null +++ b/build-support/pacman-static/openssl-3.0.7-no-atomic.patch @@ -0,0 +1,22 @@ +diff -rauN openssl-3.0.7/Configurations/10-main.conf openssl-3.0.7-no-atomic-patch/Configurations/10-main.conf +--- openssl-3.0.7/Configurations/10-main.conf 2022-11-01 14:14:36.000000000 +0000 ++++ openssl-3.0.7-no-atomic-patch/Configurations/10-main.conf 2022-11-18 11:10:30.699600180 +0000 +@@ -703,6 +703,9 @@ + inherit_from => [ "linux-generic32" ], + ex_libs => add(threads("-latomic")), + }, ++ "linux-not-latomic" => { ++ inherit_from => [ "linux-generic32" ] ++ }, + "linux-generic64" => { + inherit_from => [ "linux-generic32" ], + bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR", +@@ -764,7 +767,7 @@ + # + # ./Configure linux-armv4 -march=armv6 -D__ARM_MAX_ARCH__=8 + # +- inherit_from => [ "linux-latomic" ], ++ inherit_from => [ "linux-not-latomic" ], + asm_arch => 'armv4', + perlasm_scheme => "linux32", + }, -- cgit v1.2.3-70-g09d2