diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-22 17:24:24 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-22 17:28:59 +0100 |
commit | bcd1e284afaeae01d6fd65d06e5e2d9f6dcc9f9c (patch) | |
tree | bf40d45865c5924944cfa9f697ecacaad6fc1b04 /app-backup/tarsnap/files | |
parent | sys-process/fcron: rollover stable keywords (diff) | |
download | gentoo-bcd1e284afaeae01d6fd65d06e5e2d9f6dcc9f9c.tar.gz gentoo-bcd1e284afaeae01d6fd65d06e5e2d9f6dcc9f9c.tar.bz2 gentoo-bcd1e284afaeae01d6fd65d06e5e2d9f6dcc9f9c.zip |
app-backup/tarsnap: respect AR
Closes: https://bugs.gentoo.org/721914
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-backup/tarsnap/files')
-rw-r--r-- | app-backup/tarsnap/files/tarsnap-1.0.39-respect-AR.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-backup/tarsnap/files/tarsnap-1.0.39-respect-AR.patch b/app-backup/tarsnap/files/tarsnap-1.0.39-respect-AR.patch new file mode 100644 index 000000000000..f5a1115f161d --- /dev/null +++ b/app-backup/tarsnap/files/tarsnap-1.0.39-respect-AR.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/721914 + +--- a/Makefile.in ++++ b/Makefile.in +@@ -124,7 +124,7 @@ CONFIG_HEADER = config.h + CONFIG_CLEAN_FILES = + CONFIG_CLEAN_VPATH_FILES = + LIBRARIES = $(noinst_LIBRARIES) +-AR = ar ++AR := ar + ARFLAGS = cru + AM_V_AR = $(am__v_AR_@AM_V@) + am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) + |