summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ptexenc')
-rw-r--r--Build/source/texk/ptexenc/ChangeLog.TL4
-rw-r--r--Build/source/texk/ptexenc/Makefile.am2
-rw-r--r--Build/source/texk/ptexenc/Makefile.in2
3 files changed, 6 insertions, 2 deletions
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.
#