pkgsrc/security/lasso/Makefile
manu f8956f152a Pullup single logout related bugfixes from lasso -current.
On SP initiated logout, the SP x509 certificate was included in the
HTTP redirect URL. First this was an SAML standard violation, and second
it inflated the URL beyond 2038 bytes, which is the maximum length for
IE7 and prior. As a result, SP initated single logout was broken with IE7
and prior versions.
2009-12-01 08:49:46 +00:00

14 lines
281 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/12/01 08:49:46 manu Exp $
#
PKGREVISION= 3
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-php4
CONFIGURE_ARGS+= --disable-perl
PKG_DESTDIR_SUPPORT= destdir
PYTHON_FOR_BUILD_ONLY= yes
.include "../../security/lasso/Makefile.common"