Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125798 - apache ebuild should support the EXTRA_CONF envvar
Summary: apache ebuild should support the EXTRA_CONF envvar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-03-11 01:20 UTC by samLT
Modified: 2007-01-11 10:28 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description samLT 2006-03-11 01:20:43 UTC
basicaly for apache-2.2.0-r2.ebuild

line 186:  ./configure --with-mpm=${mpm} ${myconf} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log"

should be 

./configure --with-mpm=${mpm} ${myconf} ${EXTRA_CONF} || die "bad ./configure please submit bug report to bugs.gentoo.org. Include your config.layout and config.log"



all apache ebuild need a change, 

apache-1.3.32-r1.ebuild
apache-1.3.33-r13.ebuild    
apache-1.3.33-r6.ebuild
apache-1.3.34-r10.ebuild
apache-1.3.34-r11.ebuild
apache-1.3.34-r1.ebuild
apache-1.3.34-r2.ebuild
apache-2.0.54-r15.ebuild
apache-2.0.54-r16.ebuild
apache-2.0.54-r30.ebuild
apache-2.0.54-r31.ebuild
apache-2.0.54-r9.ebuild
apache-2.0.55.ebuild
apache-2.0.55-r1.ebuild
apache-2.2.0-r1.ebuild
apache-2.2.0-r2.ebuild


apache-2.2.0-r1
Comment 1 Christian Heim (RETIRED) gentoo-dev 2007-01-11 10:28:19 UTC
(In reply to comment #0)
> basicaly for apache-2.2.0-r2.ebuild
> 
> line 186:  ./configure --with-mpm=${mpm} ${myconf} || die "bad ./configure
> please submit bug report to bugs.gentoo.org. Include your config.layout and
> config.log"
> 
> should be 
> 
> ./configure --with-mpm=${mpm} ${myconf} ${EXTRA_CONF} || die "bad ./configure
> please submit bug report to bugs.gentoo.org. Include your config.layout and
> config.log"

Just commited the change (btw it's  EXTRA_ECONF and not EXTRA_CONF).