comparison src/curl.mk @ 4456:2b68f2ac1b3a

curl: update to v7.55.1, add pthreads dependancy * src/curl.mk: update version, checksum and pthreads to deps.
author John D
date Wed, 23 Aug 2017 08:51:34 -0400
parents 4b07307b3382
children 36423e0c690c
comparison
equal deleted inserted replaced
4455:15ad2888b225 4456:2b68f2ac1b3a
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 := curl 4 PKG := curl
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 7.55.0 6 $(PKG)_VERSION := 7.55.1
7 $(PKG)_CHECKSUM := e84367eeff395838bac42c7514af86647d7b710a 7 $(PKG)_CHECKSUM := 2fc638445ba70cf47882f9f6ace5ebff29fdd191
8 $(PKG)_SUBDIR := curl-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
9 $(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE) 10 $(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE)
11 $(PKG)_DEPS := gnutls libidn2 libssh2 11 $(PKG)_DEPS := gnutls libidn2 libssh2 pthreads
12 12
13 $(PKG)_CONFIGURE_OPTS := 13 $(PKG)_CONFIGURE_OPTS :=
14 ifeq ($(MXE_WINDOWS_BUILD),yes) 14 ifeq ($(MXE_WINDOWS_BUILD),yes)
15 $(PKG)_CONFIGURE_OPTS := "--with-winssl" 15 $(PKG)_CONFIGURE_OPTS := "--with-winssl"
16 endif 16 endif