Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 120887
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Net-Mail Packages <net-mail@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tomoyuki Sakurai (RETIRED) <trombik@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 120887 depends on: Show dependency tree
Bug 120887 blocks:
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: 2006-01-29 16:52 0000
the default rblcheckrc file path in the rbl wrapper is incorrect.
if you use --prefix=/usr, you have to use --sysconfdir=/etc

--- rblcheck-1.5.ebuild-orig    2006-01-30 09:37:22.000000000 +0900
+++ rblcheck-1.5.ebuild 2006-01-30 09:40:52.000000000 +0900
@@ -15,7 +15,7 @@

 src_compile() {
        cd ${S}
-       ./configure --prefix=/usr
+       econf --prefix=/usr --sysconfdir=/etc
        emake || die
 }

------- Comment #1 From Tobias Scherbaum 2008-06-15 08:13:47 0000 -------
(In reply to comment #0)
> +       econf --prefix=/usr --sysconfdir=/etc

these are the defaults for econf, fixed in CVS.

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