Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116980 - apr-util does not honour the berkdb useflag. [PATCH]
Summary: apr-util does not honour the berkdb useflag. [PATCH]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 114481
  Show dependency tree
 
Reported: 2005-12-28 06:50 UTC by Paul de Vrieze (RETIRED)
Modified: 2006-01-04 21:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Typo (apr-util-fix,316 bytes, patch)
2005-12-28 06:52 UTC, Paul de Vrieze (RETIRED)
Details | Diff
Patch for the apr-util ebuild to correctly disable berkeley db support (apr-util-fix,317 bytes, patch)
2005-12-28 06:56 UTC, Paul de Vrieze (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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)