gnutls: Rebuild
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
_realname=gnutls
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=3.3.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A library which provides a secure layer over a reliable transport layer (mingw-w64)"
|
||||
arch=('any')
|
||||
license=('GPL3' 'LGPL2.1')
|
||||
@@ -37,8 +37,8 @@ prepare() {
|
||||
|
||||
build() {
|
||||
# Woraround for localtime_r functions
|
||||
CFLAGS+=" -DGNULIB_PORTCHECK=1"
|
||||
CXXFLAGS+=" -DGNULIB_PORTCHECK=1"
|
||||
#CFLAGS+=" -DGNULIB_PORTCHECK=1"
|
||||
#CXXFLAGS+=" -DGNULIB_PORTCHECK=1"
|
||||
|
||||
mkdir -p "${srcdir}/build-${MINGW_CHOST}"
|
||||
cd "${srcdir}/build-${MINGW_CHOST}"
|
||||
|
||||
Reference in New Issue
Block a user