From 911ebf1b25f65e9ed6c2dc81b78af70c1a3838a1 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 4 Oct 2010 07:18:29 +0000 Subject: minor build fix git-svn-id: svn://tug.org/texlive/trunk@19993 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 4 ++++ Build/source/texk/kpathsea/Makefile.am | 2 +- Build/source/texk/kpathsea/Makefile.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/kpathsea') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 5c8b00a5a51..9c5ebe79554 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2010-10-02 Peter Breitenlohner + + * Makefile.am (libkpathsea_la_LDFLAGS): Add -no-undefined. + 2010-09-24 Karl Berry * texmf.cnf (TTFONTS): also read opentype//. diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index d23943f6fb3..30995774403 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -20,7 +20,7 @@ lib_LTLIBRARIES = libkpathsea.la libkpathsea_la_CPPFLAGS = -DMAKE_KPSE_DLL -libkpathsea_la_LDFLAGS = -version-info $(KPSE_LT_VERSINFO) +libkpathsea_la_LDFLAGS = -no-undefined -version-info $(KPSE_LT_VERSINFO) libkpathsea_la_LIBADD = $(LTLIBOBJS) diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in index 2321166493e..75a87f8b43b 100644 --- a/Build/source/texk/kpathsea/Makefile.in +++ b/Build/source/texk/kpathsea/Makefile.in @@ -363,7 +363,7 @@ INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir)/.. AM_CFLAGS = $(WARNING_CFLAGS) lib_LTLIBRARIES = libkpathsea.la libkpathsea_la_CPPFLAGS = -DMAKE_KPSE_DLL -libkpathsea_la_LDFLAGS = -version-info $(KPSE_LT_VERSINFO) +libkpathsea_la_LDFLAGS = -no-undefined -version-info $(KPSE_LT_VERSINFO) libkpathsea_la_LIBADD = $(LTLIBOBJS) BUILT_SOURCES = paths.h libkpathsea_la_SOURCES = tex-file.c absolute.c atou.c cnf.c concat.c \ -- cgit v1.2.3