summarylogtreecommitdiffstats
path: root/0001-Makefile-build-relocatable-instead-of-static-binarie.patch
diff options
context:
space:
mode:
authorXiretza2022-05-14 20:13:24 +0200
committerXiretza2022-05-14 20:13:24 +0200
commit8afe996328c5da54cdcd7181ccb534218f2ab32f (patch)
tree9aaeb039a0c42c6ac421ece71ce8659ce128b598 /0001-Makefile-build-relocatable-instead-of-static-binarie.patch
parent35a02ae8d5f57af6faeed98448dae7f5a4d1e2a6 (diff)
downloadaur-8afe996328c5da54cdcd7181ccb534218f2ab32f.tar.gz
Update patches
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, 25 insertions, 0 deletions
diff --git a/0001-Makefile-build-relocatable-instead-of-static-binarie.patch b/0001-Makefile-build-relocatable-instead-of-static-binarie.patch
new file mode 100644
index 000000000000..69ab3b8dc359
--- /dev/null
+++ b/0001-Makefile-build-relocatable-instead-of-static-binarie.patch
@@ -0,0 +1,25 @@
+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
+