From b9ce2ef4ddfa3d0c619b3d3a7b00a9bc25455081 Mon Sep 17 00:00:00 2001 From: "Blake J. Harnden" Date: Wed, 11 Apr 2018 08:47:47 -0700 Subject: [PATCH] removed dependency for tk, for built rpms, since it is not a hard requirement and unavailable in centos7 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f7b604d2..26be7d61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,7 +116,7 @@ endef .PHONY: fpm fpm: clean-local-fpm $(MAKE) -C gui install DESTDIR=$(DESTDIR) - $(call fpm-gui,rpm,-d "tkimg") + $(call fpm-gui,rpm) $(call fpm-gui,deb,-d "libtk-img") $(call fpm-python,rpm,ns3/setup.py) $(call fpm-python,deb,ns3/setup.py)