mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
php: Remove buildpaths from scripts and generated headers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 439239ca9c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -143,6 +143,13 @@ do_configure:append() {
|
|||||||
# No, libtool, we really don't want rpath set...
|
# No, libtool, we really don't want rpath set...
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
|
sed -i -e's@${RECIPE_SYSROOT}@@g' \
|
||||||
|
-e's@-ffile-prefix-map=[^ ]*[ ]*@@g' \
|
||||||
|
-e's@-fdebug-prefix-map=[^ ]*[ ]*@@g' \
|
||||||
|
-e's@-ffile-prefix-map=[^ ]*[ ]*@@g' \
|
||||||
|
-e's@-fmacro-prefix-map=[^ ]*[ ]*@@g' \
|
||||||
|
${B}/main/build-defs.h \
|
||||||
|
${B}/scripts/php-config
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install:append:class-native() {
|
do_install:append:class-native() {
|
||||||
|
|||||||
Reference in New Issue
Block a user