libssh2: Use $(MXE_DISABLE_CRUFT).

This commit is contained in:
Uwe Hermann 2014-08-21 17:51:37 +02:00
parent 42cdc06933
commit 1825be3197
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ define $(PKG)_BUILD
--without-openssl \
--with-libgcrypt \
PKG_CONFIG='$(TARGET)-pkg-config'
$(MAKE) -C '$(1)' -j '$(JOBS)' install noinst_PROGRAMS= dist_man_MANS=
$(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_CRUFT)
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic \