From 3d990936641ada4c678546b3de57c2943d72ac76 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jul 2018 17:00:10 +0000 Subject: xpdfopen: omit -lXmu git-svn-id: svn://tug.org/texlive/trunk@48168 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/xpdfopen/ChangeLog | 6 ++++++ Build/source/utils/xpdfopen/Makefile.am | 4 ++-- Build/source/utils/xpdfopen/Makefile.in | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'Build/source/utils/xpdfopen') diff --git a/Build/source/utils/xpdfopen/ChangeLog b/Build/source/utils/xpdfopen/ChangeLog index 184085d24cc..a0c66c224ac 100644 --- a/Build/source/utils/xpdfopen/ChangeLog +++ b/Build/source/utils/xpdfopen/ChangeLog @@ -1,3 +1,9 @@ +2018-07-09 Karl Berry + + * Makefile.am (LDADD): remove -lXmu, seems nothing it used from + that library. Let's hope that X libraries themselves don't either. + Report from Ulrich Mueller, 22 Mar 2018 08:55:50. + 2016-02-22 Akira Kakuto * Makefile.am, configure.ac: New convention. diff --git a/Build/source/utils/xpdfopen/Makefile.am b/Build/source/utils/xpdfopen/Makefile.am index 25d3d9b27c0..df2c45826de 100644 --- a/Build/source/utils/xpdfopen/Makefile.am +++ b/Build/source/utils/xpdfopen/Makefile.am @@ -1,7 +1,7 @@ ## $Id$ ## Makefile.am for the TeX Live subdirectory utils/xpdfopen/ ## -## Copyright 2017 Karl Berry +## Copyright 2017-2018 Karl Berry ## Copyright 2009-2015 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. @@ -17,7 +17,7 @@ NEVER_NAMES += $(NEVER_NAMES_SUB) AM_CPPFLAGS = $(X_CFLAGS) AM_CFLAGS = $(WARNING_CFLAGS) -LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS) +LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS) bin_PROGRAMS = pdfopen pdfclose diff --git a/Build/source/utils/xpdfopen/Makefile.in b/Build/source/utils/xpdfopen/Makefile.in index da5b1dd8ccd..45af142f211 100644 --- a/Build/source/utils/xpdfopen/Makefile.in +++ b/Build/source/utils/xpdfopen/Makefile.in @@ -337,7 +337,7 @@ NEVER_NAMES_SUB = -o -name .deps -o -name .dirstamp -o -name '*.$(OBJEXT)' NEVER_NAMES_LT = -o -name .libs -o -name '*.lo' AM_CPPFLAGS = $(X_CFLAGS) AM_CFLAGS = $(WARNING_CFLAGS) -LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS) +LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS) common_sources = \ @XPDFOPEN_TREE@/sendx.c \ @XPDFOPEN_TREE@/utils.c -- cgit v1.2.3