[MacPorts] #45920: www/apache24-devel makes a false replace in config_vars.mk for apr-1/libtool
MacPorts
noreply at macports.org
Mon Nov 17 08:38:53 PST 2014
#45920: www/apache24-devel makes a false replace in config_vars.mk for
apr-1/libtool
-----------------------------------+--------------------------------
Reporter: girgen@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.2
Keywords: mod_jk libtool apache | Port: www/apache24-devel
-----------------------------------+--------------------------------
The replace below is already done correctly by the apache source nowadays,
so this replace will actually break the file instead of fixing it:
{{{
# fix libtool path
# reinplace "s|/build/libtool|/share/apr-1/build/libtool|g" \
# ${destroot}${apache2.installbuilddir}/config_vars.mk
}}}
After the reinplace, the result is /share/apr-1/share/apr-1/build/libtool,
which of course is wrong. This makes dependant modules, like mod_jk, to
fail at buildtime, since libtool cannot be found.
Just removing the three lines shown above, starting with "# fix libtool
patch", fixes the libtool path =)
This patch is needed for mod_jk to build successlfully with apache24.
--
Ticket URL: <https://trac.macports.org/ticket/45920>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list