diff options
Diffstat (limited to 'src/libgsasl.mk')
-rw-r--r-- | src/libgsasl.mk | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/libgsasl.mk b/src/libgsasl.mk index d162a59..864fedd 100644 --- a/src/libgsasl.mk +++ b/src/libgsasl.mk @@ -1,16 +1,13 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# Libgsasl PKG := libgsasl $(PKG)_IGNORE := -$(PKG)_VERSION := 1.6.1 $(PKG)_CHECKSUM := 2942886514f14801193e505fc5367330d5c6b7de $(PKG)_SUBDIR := libgsasl-$($(PKG)_VERSION) $(PKG)_FILE := libgsasl-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://www.gnu.org/software/gsasl/ $(PKG)_URL := http://ftp.gnu.org/gnu/gsasl/$($(PKG)_FILE) -$(PKG)_DEPS := gcc libiconv libidn libntlm libgcrypt +$(PKG)_DEPS := gcc libiconv libidn libntlm libgcrypt nettle define $(PKG)_UPDATE wget -q -O- 'http://git.savannah.gnu.org/gitweb/?p=gsasl.git;a=tags' | \ @@ -20,10 +17,9 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - # wine confuses the cross-compiling detection, so set it explicitly - $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' cd '$(1)' && touch src/libgsasl-7.def && ./configure \ --host='$(TARGET)' \ + --build="`config.guess`" \ --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-nls \ |