From 45a4d69cf3fbe890e5378accad18c93f2e3cd29f Mon Sep 17 00:00:00 2001 From: "Vladimir D. Seleznev" Date: Sun, 17 May 2020 18:32:45 +0300 Subject: [PATCH] DEBIAN: pixmap Author: Sergei Golovan Description: Patch removes unnecessary libraries from linking to them. Last-Modified: Wed, 31 Jan 2018 11:44:25 +0300 --- tkimg/pixmap/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tkimg/pixmap/Makefile.in b/tkimg/pixmap/Makefile.in index 5e64764a..2b018352 100755 --- a/tkimg/pixmap/Makefile.in +++ b/tkimg/pixmap/Makefile.in @@ -171,7 +171,7 @@ DEFS = @DEFS@ $(PKG_CFLAGS) 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) -- 2.33.7