Lines 123-128
src_unpack() {
Link Here
|
123 |
die "Failed preparing config.layout!" |
123 |
die "Failed preparing config.layout!" |
124 |
sed -i -e "s:version:${PF}:g" "${S}"/config.layout |
124 |
sed -i -e "s:version:${PF}:g" "${S}"/config.layout |
125 |
|
125 |
|
|
|
126 |
if [[ -n "${APACHE_PATCH_DIR}" && -d "${APACHE_PATCH_DIR}" ]] |
127 |
then |
128 |
echo |
129 |
ewarn "You enabled custom patches from ${APACHE_PATCH_DIR}." |
130 |
ewarn "Be warned that you won't get any support when using " |
131 |
ewarn "this feature. You're on your own from now!" |
132 |
ebeep |
133 |
epatch "${APACHE_PATCH_DIR}/"* |
134 |
echo |
135 |
fi |
136 |
|
126 |
# patched-in MPMs need the build environment rebuilt |
137 |
# patched-in MPMs need the build environment rebuilt |
127 |
sed -i -e '/sinclude/d' configure.in |
138 |
sed -i -e '/sinclude/d' configure.in |
128 |
AT_GNUCONF_UPDATE=yes AT_M4DIR=build eautoreconf |
139 |
AT_GNUCONF_UPDATE=yes AT_M4DIR=build eautoreconf |