1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Sergei Golovan
Description: Patch removes unnecessary libraries from linking to them.
Last-Modified: Wed, 31 Jan 2018 11:44:56 +0300
--- a/window/Makefile.in
+++ b/window/Makefile.in
@@ -171,7 +171,7 @@
CONFIG_CLEAN_FILES = Makefile
CPPFLAGS = @CPPFLAGS@ -DPACKAGE_TCLNAME=\"$(PACKAGE_TCLNAME)\"
-LIBS = @PKG_LIBS@ @LIBS@ @TK_LIBS@
+LIBS = @PKG_LIBS@ @LIBS@
AR = @AR@
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|