summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-11 02:42:04 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-11-11 02:42:04 +0000
commite682bb32f2c981a564b750566380082769e304fe (patch)
treea5c2030a3136953d0e9a6dfd207051456d4ed0b8 /net-libs/libmicrohttpd/libmicrohttpd-0.9.23.ebuild
parentrespect more flags with patch from hasufell (bug #442396) (diff)
downloadgentoo-2-e682bb32f2c981a564b750566380082769e304fe.tar.gz
gentoo-2-e682bb32f2c981a564b750566380082769e304fe.tar.bz2
gentoo-2-e682bb32f2c981a564b750566380082769e304fe.zip
Enable auth by default
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-libs/libmicrohttpd/libmicrohttpd-0.9.23.ebuild')
-rw-r--r--net-libs/libmicrohttpd/libmicrohttpd-0.9.23.ebuild6
1 files changed, 3 insertions, 3 deletions
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) \