Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117997
Collapse All | Expand All

(-)apr-util-0.9.7.ebuild (-6 / +2 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-0.9.7.ebuild,v 1.2 2006/01/05 05:01:13 vericgar Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-0.9.7.ebuild,v 1.3 2006/01/06 03:20:13 vericgar Exp $
4
4
5
inherit eutils
5
inherit eutils libtool
6
6
7
DESCRIPTION="Apache Portable Runtime Library"
7
DESCRIPTION="Apache Portable Runtime Library"
8
HOMEPAGE="http://apr.apache.org/"
8
HOMEPAGE="http://apr.apache.org/"
Lines 22-29 Link Here
22
22
23
src_compile() {
23
src_compile() {
24
24
25
	elibtoolize || die "elibtoolize failed"
26
27
	local myconf=""
25
	local myconf=""
28
26
29
	use ldap && myconf="${myconf} --with-ldap"
27
	use ldap && myconf="${myconf} --with-ldap"
Lines 44-51 Link Here
44
		myconf="${myconf} --without-berkeley-db"
42
		myconf="${myconf} --without-berkeley-db"
45
	fi
43
	fi
46
44
47
	echo "DEBUG: myconf: ${myconf}"
48
49
	econf \
45
	econf \
50
		--datadir=/usr/share/apr-util-0 \
46
		--datadir=/usr/share/apr-util-0 \
51
		--with-apr=/usr \
47
		--with-apr=/usr \

Return to bug 117997