From ed4b1079d111f00dfdae8c709e2f68caf87274f7 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Sun, 26 Jul 2015 11:26:45 +0300 Subject: [PATCH] libmongoose: Don't link with openssl --- mingw-w64-libmongoose-git/Makefile | 4 ++-- mingw-w64-libmongoose-git/PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-libmongoose-git/Makefile b/mingw-w64-libmongoose-git/Makefile index c49a75910e..8ba469a490 100644 --- a/mingw-w64-libmongoose-git/Makefile +++ b/mingw-w64-libmongoose-git/Makefile @@ -22,9 +22,9 @@ ifndef DOCDIR DOCDIR=$(PREFIX)/share/$(LIBNAME)/doc endif -CPPFLAGS+=-DNS_ENABLE_SSL #-DNS_ENABLE_IPV6 +CPPFLAGS+= #-DNS_ENABLE_SSL -DNS_ENABLE_IPV6 CFLAGS+=-c -Wall -LDFLAGS+=-shared -Wl,--out-implib,$(IMPORT_LIB) -lws2_32 -lssl +LDFLAGS+=-shared -Wl,--out-implib,$(IMPORT_LIB) -lws2_32 #-lssl SRCS=mongoose.c OBJS=mongoose.o diff --git a/mingw-w64-libmongoose-git/PKGBUILD b/mingw-w64-libmongoose-git/PKGBUILD index 8d425959f2..8ed756e061 100644 --- a/mingw-w64-libmongoose-git/PKGBUILD +++ b/mingw-w64-libmongoose-git/PKGBUILD @@ -5,19 +5,19 @@ pkgname=(${MINGW_PACKAGE_PREFIX}-${_realname}-git) provides=(${MINGW_PACKAGE_PREFIX}-${_realname}) conflicts=(${MINGW_PACKAGE_PREFIX}-${_realname}) pkgver=r1793.41b405d -pkgrel=1 +pkgrel=2 url='https://github.com/cesanta/mongoose' pkgdesc='Embedded web server for C/C++ (mingw-w64)' license=('GPL2') arch=('any') -depends=(${MINGW_PACKAGE_PREFIX}-openssl) +depends=(${MINGW_PACKAGE_PREFIX}-gcc-libs) #${MINGW_PACKAGE_PREFIX}-openssl makedepends=(${MINGW_PACKAGE_PREFIX}-gcc) source=(${_realname}::'git+https://github.com/cesanta/mongoose' mongoose.pc Makefile) sha1sums=('SKIP' '92c82813e7c1b277a0078c0e67addc7e159aec81' - '93195c1e22f9a2ce663e5ade1b1f0261a4d08dbc') + 'c4a55e3cc984dba00258d81e2ab09e8e91ff4419') pkgver() { cd "${srcdir}/${_realname}"