mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
- Fix calling `ar` directly - Fix installing amandahosts file and symlink - Fix issues with S3 & libcurl (compile tested only, however comments from https://github.com/zmanda/amanda/pull/244 indicate success) Closes: https://bugs.gentoo.org/766692 Closes: https://bugs.gentoo.org/766698 Closes: https://bugs.gentoo.org/907685 Signed-off-by: Doug Nazar <nazard@nazar.ca> Closes: https://github.com/gentoo/gentoo/pull/39839 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
12 lines
514 B
Diff
12 lines
514 B
Diff
diff '--color=auto' -ur amanda-tag-community-3.5.4.orig/config/amanda/progs.m4 amanda-tag-community-3.5.4/config/amanda/progs.m4
|
|
--- amanda-tag-community-3.5.4.orig/config/amanda/progs.m4 2024-12-23 13:31:07.911347884 -0500
|
|
+++ amanda-tag-community-3.5.4/config/amanda/progs.m4 2024-12-23 13:31:27.275666103 -0500
|
|
@@ -358,7 +358,7 @@
|
|
AC_DEFUN([AMANDA_PROG_AR],
|
|
[
|
|
AC_REQUIRE([AMANDA_INIT_PROGS])
|
|
- AC_PATH_PROG(AR,ar,,$LOCSYSPATH)
|
|
+ AC_PATH_TOOL(AR,ar,,$LOCSYSPATH)
|
|
])
|
|
|
|
AC_DEFUN([AMANDA_PROG_BASH],
|