removed dependency for tk, for built rpms, since it is not a hard requirement and unavailable in centos7
This commit is contained in:
parent
b6d891f124
commit
b9ce2ef4dd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue