summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-03-19 23:06:55 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-03-19 23:06:55 +0100
commitf0ab2fe76dbbb4a425fcc6885e19e5845c940da3 (patch)
treef43f73ddc7bff7ee86d173804e0082b194b99701 /dev-ada/gprbuild/files
parentprofiles: mask openldap-2.6.1 (hangs in configure) (diff)
downloadgentoo-f0ab2fe76dbbb4a425fcc6885e19e5845c940da3.tar.gz
gentoo-f0ab2fe76dbbb4a425fcc6885e19e5845c940da3.tar.bz2
gentoo-f0ab2fe76dbbb4a425fcc6885e19e5845c940da3.zip
dev-ada/gprbuild: fix NULL DT_RUNPATH
Closes: https://bugs.gentoo.org/834701 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada/gprbuild/files')
-rw-r--r--dev-ada/gprbuild/files/gprbuild-2021-runpath.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-ada/gprbuild/files/gprbuild-2021-runpath.patch b/dev-ada/gprbuild/files/gprbuild-2021-runpath.patch
new file mode 100644
index 000000000000..9224a09f9049
--- /dev/null
+++ b/dev-ada/gprbuild/files/gprbuild-2021-runpath.patch
@@ -0,0 +1,11 @@
+--- a/gpr/src/gpr-util.adb 2022-03-19 22:41:32.372348082 +0100
++++ b/gpr/src/gpr-util.adb 2022-03-19 22:41:54.325010633 +0100
+@@ -3634,7 +3634,7 @@
+ end if;
+ end loop;
+
+- return Ret;
++ return Ret(1 .. Length - Separator'Length);
+ end;
+ end Concat_Paths;
+