diff options
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.46.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.46.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.46.bb index 197cb83e64..e84f7eaa2a 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.46.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.46.bb | |||
@@ -115,7 +115,7 @@ do_install_append_class-target() { | |||
115 | 115 | ||
116 | sed -i -e 's,${STAGING_DIR_TARGET},,g' \ | 116 | sed -i -e 's,${STAGING_DIR_TARGET},,g' \ |
117 | -e 's,${DEBUG_PREFIX_MAP},,g' \ | 117 | -e 's,${DEBUG_PREFIX_MAP},,g' \ |
118 | -e 's,-fdebug-prefix-map[^ ]*,,g; s,-fmacro-prefix-map[^ ]*,,g' \ | 118 | -e 's,-fdebug-prefix-map[^ ]*,,g; s,-fmacro-prefix-map[^ ]*,,g; s,-ffile-prefix-map[^ ]*,,g' \ |
119 | -e 's,${HOSTTOOLS_DIR}/,,g' \ | 119 | -e 's,${HOSTTOOLS_DIR}/,,g' \ |
120 | -e 's,APU_INCLUDEDIR = .*,APU_INCLUDEDIR = ,g' \ | 120 | -e 's,APU_INCLUDEDIR = .*,APU_INCLUDEDIR = ,g' \ |
121 | -e 's,APU_CONFIG = .*,APU_CONFIG = ,g' ${D}${datadir}/apache2/build/config_vars.mk | 121 | -e 's,APU_CONFIG = .*,APU_CONFIG = ,g' ${D}${datadir}/apache2/build/config_vars.mk |
@@ -123,7 +123,7 @@ do_install_append_class-target() { | |||
123 | sed -i -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ | 123 | sed -i -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ |
124 | -e 's,${DEBUG_PREFIX_MAP},,g' \ | 124 | -e 's,${DEBUG_PREFIX_MAP},,g' \ |
125 | -e 's,${RECIPE_SYSROOT},,g' \ | 125 | -e 's,${RECIPE_SYSROOT},,g' \ |
126 | -e 's,-fdebug-prefix-map[^ ]*,,g; s,-fmacro-prefix-map[^ ]*,,g' \ | 126 | -e 's,-fdebug-prefix-map[^ ]*,,g; s,-fmacro-prefix-map[^ ]*,,g; s,-fmacro-prefix-map[^ ]*,,g' \ |
127 | -e 's,APU_INCLUDEDIR = .*,APU_INCLUDEDIR = ,g' \ | 127 | -e 's,APU_INCLUDEDIR = .*,APU_INCLUDEDIR = ,g' \ |
128 | -e 's,".*/configure","configure",g' ${D}${datadir}/apache2/build/config.nice | 128 | -e 's,".*/configure","configure",g' ${D}${datadir}/apache2/build/config.nice |
129 | 129 | ||