diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-10-04 07:18:29 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-10-04 07:18:29 +0000 |
commit | 911ebf1b25f65e9ed6c2dc81b78af70c1a3838a1 (patch) | |
tree | cdc88320a22bc68a66c412f88a9e0ee4b5eb766a /Build/source | |
parent | 4225bd1667f6968e89174c750cc90d0242eaeaa0 (diff) |
minor build fix
git-svn-id: svn://tug.org/texlive/trunk@19993 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.in | 2 | ||||
-rw-r--r-- | Build/source/texk/ptexenc/ChangeLog.TL | 4 | ||||
-rw-r--r-- | Build/source/texk/ptexenc/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/ptexenc/Makefile.in | 2 |
6 files changed, 12 insertions, 4 deletions
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 <peb@mppmu.mpg.de> + + * Makefile.am (libkpathsea_la_LDFLAGS): Add -no-undefined. + 2010-09-24 Karl Berry <karl@tug.org> * 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 \ diff --git a/Build/source/texk/ptexenc/ChangeLog.TL b/Build/source/texk/ptexenc/ChangeLog.TL index 12da95ed77d..9021f99f675 100644 --- a/Build/source/texk/ptexenc/ChangeLog.TL +++ b/Build/source/texk/ptexenc/ChangeLog.TL @@ -1,6 +1,10 @@ ChangeLog.TL: TeX Live (TL) changes for ptexenc =============================================== +2010-10-02 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am (libptexenc_la_LDFLAGS): Add -no-undefined. + 2010-06-14 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (libptexenc_la_CPPFLAGS): Define MAKE_PTENC_DLL diff --git a/Build/source/texk/ptexenc/Makefile.am b/Build/source/texk/ptexenc/Makefile.am index 7634cca9648..99800568be1 100644 --- a/Build/source/texk/ptexenc/Makefile.am +++ b/Build/source/texk/ptexenc/Makefile.am @@ -16,7 +16,7 @@ lib_LTLIBRARIES = libptexenc.la libptexenc_la_CPPFLAGS = -DMAKE_PTENC_DLL -libptexenc_la_LDFLAGS = -version-info $(PTEXENC_LT_VERSINFO) +libptexenc_la_LDFLAGS = -no-undefined -version-info $(PTEXENC_LT_VERSINFO) # Note: jisx0208.h is a copy of ../../libs/gd/gd-2.0.35/jisx0208.h. # diff --git a/Build/source/texk/ptexenc/Makefile.in b/Build/source/texk/ptexenc/Makefile.in index a6e1243d2c6..37702617e72 100644 --- a/Build/source/texk/ptexenc/Makefile.in +++ b/Build/source/texk/ptexenc/Makefile.in @@ -253,7 +253,7 @@ INCLUDES = $(KPATHSEA_INCLUDES) AM_CFLAGS = $(WARNING_CFLAGS) lib_LTLIBRARIES = libptexenc.la libptexenc_la_CPPFLAGS = -DMAKE_PTENC_DLL -libptexenc_la_LDFLAGS = -version-info $(PTEXENC_LT_VERSINFO) +libptexenc_la_LDFLAGS = -no-undefined -version-info $(PTEXENC_LT_VERSINFO) # Note: jisx0208.h is a copy of ../../libs/gd/gd-2.0.35/jisx0208.h. # |