File: debian-remove-unneeded-x-libs-linking

package info (click to toggle)
texlive-bin 2020.20200327.54578-7%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 177,016 kB
  • sloc: ansic: 948,566; cpp: 321,309; perl: 84,526; sh: 24,674; javascript: 9,754; makefile: 8,339; python: 5,489; lex: 5,014; pascal: 3,813; java: 3,569; yacc: 2,901; tcl: 2,349; exp: 2,031; xml: 826; lisp: 687; ruby: 678; sed: 331; asm: 140; csh: 46; awk: 30
file content (16 lines) | stat: -rw-r--r-- 723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
remove some unneeded libraries at link time - Karl wants to keep them though in upstream
---
 texk/web2c/am/texmf.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- texlive-bin.orig/texk/web2c/am/texmf.am
+++ texlive-bin/texk/web2c/am/texmf.am
@@ -159,7 +159,7 @@ else !WIN32
 # All the x_... and X_... variables will be empty if we aren't supporting X.
 # Follow the library order used in X11R6 itself:
 #   -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 (some may not be present).
-mf_x_libs = $(X_LIBS) $(x_tool_libs) $(X_PRE_LIBS) $(x_ext_lib) $(wlibs) $(X_EXTRA_LIBS)
+mf_x_libs = $(X_LIBS) $(x_tool_libs) $(wlibs) $(X_EXTRA_LIBS)
 endif !WIN32
 
 ## mf and mf-nowin compile mfextra.c with different CPPFLAGS.