gentoo-ebuilds/app-backup/amanda/files/amanda-3.5.4-use-host-ar.patch
Doug Nazar 16b2299812
app-backup/amanda: Misc fixes
- 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>
2025-01-21 15:53:04 +02:00

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],