mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
994cadf1e2
* fix(tar)[2] what's happening here? * this is the actual fix h/t: https://savannah.gnu.org/bugs/index.php?64441
12 lines
466 B
Diff
12 lines
466 B
Diff
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index 36c9543..e2ec58d 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -52,4 +52,5 @@ AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
|
|
tar_LDADD = $(LIBS) ../lib/libtar.a ../gnu/libgnu.a\
|
|
$(LIB_ACL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)\
|
|
$(LIB_GETRANDOM) $(LIB_HARD_LOCALE) $(FILE_HAS_ACL_LIB) $(LIB_MBRTOWC)\
|
|
- $(LIB_SELINUX) $(LIB_SETLOCALE_NULL)
|
|
+ $(LIB_SELINUX) $(LIB_SETLOCALE_NULL) \
|
|
+ $(LIBINTL) $(LIBICONV)
|