summarylogtreecommitdiffstats
path: root/0001-Makefile-build-relocatable-instead-of-static-binarie.patch
diff options
context:
space:
mode:
authorRod Kay2023-06-09 09:58:54 +1000
committerRod Kay2023-06-09 09:58:54 +1000
commitc78d8d22ad37946a332ad5281c06c146b844a8cf (patch)
tree18f0ebbcb0551f40459b21ed6e1d5bccda2bfcf4 /0001-Makefile-build-relocatable-instead-of-static-binarie.patch
parent8287eb707319961fb6a355e10fff0462dfd19443 (diff)
downloadaur-c78d8d22ad37946a332ad5281c06c146b844a8cf.tar.gz
Update to version '24.0w'.
Diffstat (limited to '0001-Makefile-build-relocatable-instead-of-static-binarie.patch')
-rw-r--r--0001-Makefile-build-relocatable-instead-of-static-binarie.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0001-Makefile-build-relocatable-instead-of-static-binarie.patch b/0001-Makefile-build-relocatable-instead-of-static-binarie.patch
deleted file mode 100644
index 69ab3b8dc359..000000000000
--- a/0001-Makefile-build-relocatable-instead-of-static-binarie.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From eda322bdea193e59ae45bdd3e94c078ec0f25962 Mon Sep 17 00:00:00 2001
-From: Xiretza <xiretza@xiretza.xyz>
-Date: Sun, 23 Jan 2022 13:05:53 +0100
-Subject: [PATCH 1/2] Makefile: build relocatable instead of static binaries
-
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 2239c1df..d0750332 100644
---- a/Makefile
-+++ b/Makefile
-@@ -78,7 +78,7 @@ LIB_INSTALLER=gprinstall -p -f --target=$(TARGET) $(RBD) "--prefix=${prefix}"
- CLEANER=gprclean -q $(RBD)
-
- GPRBUILD_BUILDER=$(BUILDER) $(GPRBUILD_GPR) \
-- -XLIBRARY_TYPE=static -XXMLADA_BUILD=static
-+ -XLIBRARY_TYPE=relocatable -XXMLADA_BUILD=relocatable
- LIBGPR_BUILDER=$(BUILDER) $(GPR_GPR)
- LIBGPR_INSTALLER=$(LIB_INSTALLER) $(GPR_GPR) -XBUILD=${BUILD} \
- --install-name=gpr \
---
-2.34.1
-