diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-25 21:37:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-25 21:37:36 +0000 |
commit | ab160e31616b81a64f079277b452f8c73f0f6994 (patch) | |
tree | de410e85803f567509439bad805b31b215e5e4fe /Build/source/libs/harfbuzz/Makefile.am | |
parent | f009f3f8b6f440a339965588149331b3943d40f5 (diff) |
add ICU_LIBS_EXTRA wherever there was ICU_LIBS, for -lpthreads placation
git-svn-id: svn://tug.org/texlive/trunk@44041 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/Makefile.am')
-rw-r--r-- | Build/source/libs/harfbuzz/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/harfbuzz/Makefile.am b/Build/source/libs/harfbuzz/Makefile.am index e48a9e1a3d0..20db1260d2b 100644 --- a/Build/source/libs/harfbuzz/Makefile.am +++ b/Build/source/libs/harfbuzz/Makefile.am @@ -149,7 +149,7 @@ nodist_EXTRA_hbtest_SOURCES = dummy.cxx hbtest_CPPFLAGS = -Iinclude $(ICU_INCLUDES) $(GRAPHITE2_INCLUDES) -LDADD = libharfbuzz.a $(ICU_LIBS) $(GRAPHITE2_LIBS) +LDADD = libharfbuzz.a $(ICU_LIBS) $(ICU_LIBS_EXTRA) $(GRAPHITE2_LIBS) ## Rebuild libsicuxxx @ICU_RULE@ |