Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 116980
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Apache Team - Bugzilla Reports <apache-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Paul de Vrieze <pauldv@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
apr-util-fix Typo patch Paul de Vrieze 2005-12-28 06:52 0000 316 bytes Details | Diff
apr-util-fix Patch for the apr-util ebuild to correctly disable berkeley db support patch Paul de Vrieze 2005-12-28 06:56 0000 317 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 116980 depends on: Show dependency tree
Bug 116980 blocks: 114481
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-12-28 06:50 0000
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 From Paul de Vrieze 2005-12-28 06:52:46 0000 -------
Created an attachment (id=75674) [details]
Patch for the apr-util ebuild to correctly disable berkeley db support

------- Comment #2 From Paul de Vrieze 2005-12-28 06:55:20 0000 -------
(From update of attachment 75674 [details])
>--- 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 From Paul de Vrieze 2005-12-28 06:56:39 0000 -------
Created an attachment (id=75675) [details]
Patch for the apr-util ebuild to correctly disable berkeley db support

------- Comment #4 From Michael Stewart (vericgar) (RETIRED) 2006-01-04 21:01:36 0000 -------
Fixed in CVS (apr-util-0.9.7)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug