aports

Custom Alpine Linux aports

git clone git://git.lin.moe/aports.git

 1From ceed67f872dd39e961d6b8f97788a1bbffbacfea Mon Sep 17 00:00:00 2001
 2From: Natanael Copa <ncopa@alpinelinux.org>
 3Date: Tue, 28 Nov 2023 14:35:54 +0100
 4Subject: [PATCH 1/5] powerpc/boot/wrapper: Add "-z notext" flag for ppc64le
 5
 6This is a follow up to commit 4c078c86b4a4 (powerpc/boot/wrapper: Add
 7"-z notext" flag to disable diagnostic)
 8
 9Ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/14560
10---
11 arch/powerpc/boot/wrapper | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper
15index b1f5549a3c9c..7d36f1fa8856 100755
16--- a/arch/powerpc/boot/wrapper
17+++ b/arch/powerpc/boot/wrapper
18@@ -268,6 +268,7 @@ pseries)
19     if [ "$format" != "elf32ppc" ]; then
20 	link_address=
21 	pie=-pie
22+	notext='-z notext'
23     fi
24     make_space=n
25     ;;
26-- 
272.47.1
28