Re: maint: Update library names used by Gnulib.

2024-09-17 Thread Pavel Raiskup
On čtvrtek 12. září 2024 4:10:54, SELČ Collin Funk wrote: > Hi Paul, > > Collin Funk writes: > > > Some library names in Gnulib changed on or around 2023-01-07 (see NEWS). > > This patch fixes variables in tar's Makefile's. > > I think this patch might have gotten lost like my bug-gzip one. >

Re: maint: Update library names used by Gnulib.

2024-09-11 Thread Collin Funk
g directory '/home/collin/.local/src/tar' make: *** [Makefile:1876: all] Error 2 I think my second patch should fix this by using the '--from-code=UTF-8' argument. Collin >From 2fcc9cba8f6d415fe07b388e0d6d2f6104fa8576 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 11 Sep 2024 18

maint: Update library names used by Gnulib.

2024-08-13 Thread Collin Funk
maint: Update library names used by Gnulib. * src/Makefile.am (tar_LDADD): * tests/Makefile.am (LDADD): Update library names according to Gnulib NEWS 2023-01-07. --- src/Makefile.am | 6 +++--- tests/Makefile.am | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Make