From 0637045bed3fec392f384a0f554cb928a0a5824a Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Sun, 15 May 2016 14:22:41 +0300 Subject: [PATCH] nsis: disable not needed utils They are useless for cross-compiling purposes. For example, in Debian package they are disabled too: http://anonscm.debian.org/cgit/collab-maint/nsis.git/tree/debian/rules --- src/nsis.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nsis.mk b/src/nsis.mk index 5c4d34b1..d8b14c36 100644 --- a/src/nsis.mk +++ b/src/nsis.mk @@ -26,7 +26,7 @@ define $(PKG)_BUILD `[ -d /usr/local/lib ] && echo APPEND_LIBPATH=/usr/local/lib` \ $(if $(findstring x86_64-w64-mingw32,$(TARGET)),\ SKIPPLUGINS='System') \ - SKIPUTILS='NSIS Menu' \ + SKIPUTILS='MakeLangId,Makensisw,NSIS Menu,UIs,zip2exe' \ NSIS_MAX_STRLEN=8192 \ install $(INSTALL) -m755 '$(PREFIX)/$(TARGET)/bin/makensis' '$(PREFIX)/bin/$(TARGET)-makensis'