From: Rainer Jung Date: Mon, 31 Dec 2012 10:10:54 +0000 (+0000) Subject: Widen strip pattern in config_vars.sh to also X-Git-Tag: 2.4.4~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02fc6de1508b7c0e2baf9bc5de4699c92357bc21;p=apache Widen strip pattern in config_vars.sh to also match MOD_XML2ENC_LDADD. This was the first module with digits in its name. Submitted by: rjung Backported by: rjung Reviewed by: rjung, covener, fuankg Backport of r1426975 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1427067 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 25866b1dba..e9cedb61ee 100644 --- a/STATUS +++ b/STATUS @@ -172,13 +172,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: covener also valid if you opt to remove APLOGNO altogether - * config_vars.mk: Widen strip pattern in config_vars.sh to also - match MOD_XML2ENC_LDADD. This was the first module with digits - in its name. - trunk patch: http://svn.apache.org/viewvc?rev=1426975&view=rev - 2.4.x patch: trunk patch works - +1: rjung, covener, fuankg - A list of further possible backports can be found at: http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt If you want to propose one of those, please still add them here. diff --git a/build/config_vars.sh.in b/build/config_vars.sh.in index 4a6eddafcc..cbb4a39dec 100644 --- a/build/config_vars.sh.in +++ b/build/config_vars.sh.in @@ -42,7 +42,7 @@ test -n "@APU_CONFIG@" && APU_INCLUDEDIR="`${APU_CONFIG} --includedir`" installbuilddir="@exp_installbuilddir@" exec sed " -/^[A-Z_]*_LDADD/d +/^[A-Z0-9_]*_LDADD/d /MPM_LIB/d /APACHECTL_ULIMIT/d /[a-z]*_LTFLAGS/d