Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 116980

Summary: apr-util does not honour the berkdb useflag. [PATCH]
Product: Gentoo Linux Reporter: Paul de Vrieze (RETIRED) <pauldv>
Component: New packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: betelgeuse
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 114481    
Attachments: Typo
Patch for the apr-util ebuild to correctly disable berkeley db support

Description Paul de Vrieze (RETIRED) gentoo-dev 2005-12-28 06:50:45 UTC
Apr-util will always build against berkeley db when present, as without the useflag the configure script defaults to autodetection. I'll attach a patch that fixes this.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2005-12-28 06:52:46 UTC
Created attachment 75674 [details, diff]
Typo
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2005-12-28 06:55:20 UTC
Comment on attachment 75674 [details, diff]
Typo

>--- apr-util-0.9.7.ebuild.orig	2005-10-22 23:07:32.000000000 +0200
>+++ apr-util-0.9.7.ebuild	2005-12-28 15:46:09.000000000 +0100
>@@ -46,6 +46,8 @@
> 			myconf="${myconf} --with-dbm=db2
> 			--with-berkely-db=/usr/include/db2:/usr/$(get_libdir)"
> 		fi
>+	else
>+		myconf="${myconf} --without-berkeley-db"
> 	fi
> 
> 	econf \
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2005-12-28 06:56:39 UTC
Created attachment 75675 [details, diff]
Patch for the apr-util ebuild to correctly disable berkeley db support
Comment 4 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2006-01-04 21:01:36 UTC
Fixed in CVS (apr-util-0.9.7)