mirror of
https://https.git.savannah.gnu.org/git/patch.git
synced 2026-01-27 01:44:34 +00:00
Adjust libs to match recent Gnulib
* src/Makefile.am (patch_LDADD): Add $(CLOCK_TIME_LIB) (replacing $(LIB_CLOCK_GETTIME)), $(EUIDACCESS_LIBGEN) (replacing $(LIB_EACCESS), $(GETRANDOM_LIB), $(HARD_LOCALE_LIB), $(LIBINTL), $(MBRTOWC_LIB), $(SETLOCALE_NULL_LIB). This matches recent Gnulib and is needed for AIX 7.1 which requires linking with -lpthread.
This commit is contained in:
parent
53400a17ed
commit
638675c19a
@ -35,8 +35,10 @@ patch_SOURCES = \
|
||||
list.h
|
||||
|
||||
AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
|
||||
patch_LDADD = $(LDADD) $(top_builddir)/lib/libpatch.a $(LIB_CLOCK_GETTIME) \
|
||||
$(LIB_XATTR) $(LIB_EACCESS)
|
||||
patch_LDADD = $(LDADD) $(top_builddir)/lib/libpatch.a \
|
||||
$(CLOCK_TIME_LIB) $(EUIDACCESS_LIBGEN) $(GETRANDOM_LIB) \
|
||||
$(HARD_LOCALE_LIB) $(LIBINTL) $(MBRTOWC_LIB) $(SETLOCALE_NULL_LIB) \
|
||||
$(LIB_XATTR)
|
||||
|
||||
if ENABLE_MERGE
|
||||
patch_SOURCES += merge.c
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user