Changes since previous version: version 0.9.4 - fixed possible memory corrution in oauth_curl_get thanks to Bruce Rosen for reporting this issue version 0.9.3 - yet more build-system fixes: - allow to override HASH_LIBS and CURL_LIBS using envoronment variables - include them in .pc and tests/Makefile.am version 0.9.2 - fixed typo in build-system (LDFLAGS, -Wl,--as-needed detection) version 0.9.1 - fixed typo in API: oauth_time_indepenent_equals[_n] is now deprecated in favor of oauth_time_independent_equals[_n] - added check for 'Wl,--as-needed' linker flag. version 0.9.0 - fixed typo in pkg-config file. With thanks to Brad Harder for the nudge.
23 lines
549 B
Makefile
23 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/05/03 14:23:57 agc Exp $
|
|
|
|
DISTNAME= liboauth-0.9.4
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://liboauth.sourceforge.net/pool/
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://liboauth.sourceforge.net/
|
|
COMMENT= Embeddable oauth 1.0 implementation
|
|
LICENSE= mit AND gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= oauth.pc.in
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|