From bdb9eaba6ce50bf9717119650ec415d86e2dcbbe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 20 Jun 2021 01:06:32 +0000 Subject: pthread needed for bibtexu git-svn-id: svn://tug.org/texlive/trunk@59649 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/bibtex-x/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/bibtex-x/Makefile.am') diff --git a/Build/source/texk/bibtex-x/Makefile.am b/Build/source/texk/bibtex-x/Makefile.am index 9c1317f03ee..0ed7887e9de 100644 --- a/Build/source/texk/bibtex-x/Makefile.am +++ b/Build/source/texk/bibtex-x/Makefile.am @@ -1,7 +1,7 @@ ## $Id$ ## Makefile.am for the TeX Live subdirectory texk/bibtex-x/ ## -## Copyright 2017-2019 Karl Berry +## Copyright 2017-2021 Karl Berry ## Copyright 2009-2015 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. ## @@ -44,7 +44,7 @@ bibtexu_SOURCES = $(common_sources) nodist_EXTRA_bibtexu_SOURCES = dummy.cxx bibtexu_CPPFLAGS = $(AM_CPPFLAGS) $(ICU_INCLUDES) -DUTF_8 $(bibtexu_OBJECTS): $(KPATHSEA_DEPEND) $(ICU_DEPEND) -bibtexu_LDADD = $(KPATHSEA_LIBS) $(ICU_LIBS) $(ICU_LIBS_EXTRA) +bibtexu_LDADD = $(KPATHSEA_LIBS) $(ICU_LIBS) $(PTHREAD_LIB) $(ICU_LIBS_EXTRA) dist_man1_MANS = bibtex8.1 bibtexu.1 -- cgit v1.2.3