summarylogtreecommitdiffstats
path: root/always-use-host-gprinstall.patch
diff options
context:
space:
mode:
authorXiretza2020-05-21 19:09:27 +0200
committerXiretza2020-06-06 15:39:47 +0200
commit896504c0e763ba4cb9ab143ed01c4c607b41c6f7 (patch)
tree26ff92565d9fe80da8ca57d0b66f6f8a8ec9f544 /always-use-host-gprinstall.patch
parent3fe127142997abb8e2fe72c913339b90c18cce38 (diff)
downloadaur-896504c0e763ba4cb9ab143ed01c4c607b41c6f7.tar.gz
Merge gprbuild and libgpr into single package
Diffstat (limited to 'always-use-host-gprinstall.patch')
-rw-r--r--always-use-host-gprinstall.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/always-use-host-gprinstall.patch b/always-use-host-gprinstall.patch
new file mode 100644
index 000000000000..fbbad280b5fd
--- /dev/null
+++ b/always-use-host-gprinstall.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2020-05-21 18:07:25.521090704 +0200
++++ b/Makefile 2020-05-21 18:07:45.827341018 +0200
+@@ -40,7 +40,7 @@
+ # target options for cross-build
+ ifeq ($(HOST),$(TARGET))
+ GTARGET=
+-INSTALLER=exe/$(BUILD)/$(LIB_INSTALLER)
++INSTALLER=$(LIB_INSTALLER)
+ else
+ GTARGET=--target=$(TARGET)
+ INSTALLER=$(LIB_INSTALLER)