diff options
-rw-r--r-- | meta-oe/recipes-devtools/php/php_8.0.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.0.12.bb b/meta-oe/recipes-devtools/php/php_8.0.12.bb index 4f484179cc..38771948f1 100644 --- a/meta-oe/recipes-devtools/php/php_8.0.12.bb +++ b/meta-oe/recipes-devtools/php/php_8.0.12.bb | |||
@@ -141,8 +141,8 @@ EOF | |||
141 | 141 | ||
142 | do_configure:append() { | 142 | do_configure:append() { |
143 | # No, libtool, we really don't want rpath set... | 143 | # No, libtool, we really don't want rpath set... |
144 | sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' ${HOST_SYS}-libtool | 144 | sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool |
145 | sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ${HOST_SYS}-libtool | 145 | sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool |
146 | } | 146 | } |
147 | 147 | ||
148 | do_install:append:class-native() { | 148 | do_install:append:class-native() { |