diff options
-rw-r--r-- | net-libs/libmicrohttpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.23.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-libs/libmicrohttpd/ChangeLog b/net-libs/libmicrohttpd/ChangeLog index d8777e44df4b..25b3a0e99d62 100644 --- a/net-libs/libmicrohttpd/ChangeLog +++ b/net-libs/libmicrohttpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libmicrohttpd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.22 2012/11/10 09:17:45 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.23 2012/11/11 02:42:04 blueness Exp $ + + 11 Nov 2012; Anthony G. Basile <blueness@gentoo.org> + libmicrohttpd-0.9.23.ebuild: + Enable auth by default *libmicrohttpd-0.9.23 (10 Nov 2012) diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.23.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.23.ebuild index f870b444a0b0..0cb2481b749e 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.23.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.23.ebuild,v 1.1 2012/11/10 09:17:45 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.23.ebuild,v 1.2 2012/11/11 02:42:04 blueness Exp $ EAPI="4" @@ -31,8 +31,8 @@ DOCS="AUTHORS NEWS README ChangeLog" src_configure() { econf \ - --disable-bauth \ - --disable-dauth \ + --enable-bauth \ + --enable-dauth \ $(use_enable test curl) \ $(use_enable messages) \ $(use_enable messages postprocessor) \ |