d25ee1f825
Note: This release is not binary compatible with previous releases. It is source compatible. - added IO Data (XEP-0244) - serialise access to compressionZlib::cleanup for thread safety (thanks to Stephen Hilliard) - prevent infinite loop in Tag::setCData() (thanks to Stephen Hilliard) - TLSOpenSSL: memory leak on every client connection attempt (thanks to Stephen Hilliard) - TLSOpenSSLClient/Server: disabled SSLv3, Google & co. finally support TLS - fixed Debian bug #746857, worked around #758899 - fixed memory leak (#240) - fixed compatibility with recent GnuTLS versions, fixed GnuTLS check (thanks to Andreas Metzler) (#231)
30 lines
777 B
Makefile
30 lines
777 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/10/13 18:05:31 shattered Exp $
|
|
|
|
DISTNAME= gloox-1.0.13
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://camaya.net/download/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= schnoebe@cirr.com
|
|
HOMEPAGE= http://camaya.net/gloox/
|
|
COMMENT= Jabber/XMPP client library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES+= c++ c
|
|
USE_TOOLS+= autoconf automake pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBS.SunOS+= -lnsl
|
|
|
|
# -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic than
|
|
# in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build
|
|
# failures when including gnutls on older versions of gcc.
|
|
BUILDLINK_TRANSFORM+= rm:-pedantic
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|