[tex-live] dvipdfmx makefile error
Jonathan Kew
jonathan_kew at sil.org
Sat Apr 26 15:37:23 CEST 2008
There was a typo (using LDZLIB instead of ZLIBDEP) in texk/dvipdfmx/
src/Makefile.am; this breaks the build when using --with-system-zlib,
as it looks for "-lz" as a dependency.
I've checked-in the following patch, but have not reautoconf'd the
dvipdfmx directory; the autotools versions I have on this system are
a bit old, so I'm leaving it for Peter or Karl or someone to refresh
the generated files.
JK
Index: texk/dvipdfmx/src/Makefile.am
===================================================================
--- texk/dvipdfmx/src/Makefile.am (revision 7667)
+++ texk/dvipdfmx/src/Makefile.am (working copy)
@@ -42,5 +42,5 @@
xbb_CPPFLAGS = @LIBPNGCPPFLAGS@
xbb_LDADD = $(LDADD) $(LDLIBPNG) $(LDZLIB)
-xbb_DEPENDENCIES = $(LIBPNGDEP) $(LDZLIB)
+xbb_DEPENDENCIES = $(LIBPNGDEP) $(ZLIBDEP)
xbb_LDFLAGS = @dvipdfmx_LDFLAGS@
More information about the tex-live
mailing list