comparison src/gnutls.mk @ 2570:94d12f0e052c

update package gnutls
author Mark Brand <mabrand@mabrand.nl>
date Wed, 06 Jun 2012 10:47:11 +0200
parents 4d0f3a9da57e
children 832d15e602a6
comparison
equal deleted inserted replaced
2569:676d1b5f8fa2 2570:94d12f0e052c
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := gnutls 4 PKG := gnutls
5 $(PKG)_CHECKSUM := df55f60a0426de1f0efb5c1a902e209b069b3d51 5 $(PKG)_CHECKSUM := 0c65f6a1e669c0fe85ddb2d645078b3bce9d1518
6 $(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION) 6 $(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
7 $(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz 7 $(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
8 $(PKG)_URL := ftp://ftp.gnutls.org/pub/gnutls/$($(PKG)_FILE) 8 $(PKG)_URL := ftp://ftp.gnutls.org/pub/gnutls/$($(PKG)_FILE)
9 $(PKG)_URL_2 := ftp://ftp.gnupg.org/gcrypt/gnutls/$($(PKG)_FILE) 9 $(PKG)_URL_2 := ftp://ftp.gnupg.org/gcrypt/gnutls/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc nettle zlib 10 $(PKG)_DEPS := gcc nettle zlib
25 cd '$(1)' && automake 25 cd '$(1)' && automake
26 # AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw. 26 # AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw.
27 # Value taken from http://msdn.microsoft.com/en-us/library/windows/desktop/ms737530%28v=vs.85%29.aspx 27 # Value taken from http://msdn.microsoft.com/en-us/library/windows/desktop/ms737530%28v=vs.85%29.aspx
28 cd '$(1)' && ./configure \ 28 cd '$(1)' && ./configure \
29 --host='$(TARGET)' \ 29 --host='$(TARGET)' \
30 --build="`config.guess`" \
30 --enable-static \ 31 --enable-static \
31 --disable-shared \ 32 --disable-shared \
32 --prefix='$(PREFIX)/$(TARGET)' \ 33 --prefix='$(PREFIX)/$(TARGET)' \
33 --disable-nls \ 34 --disable-nls \
34 --disable-guile \ 35 --disable-guile \