diff options
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.24.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.24.1.bb b/meta/recipes-devtools/perl/perl_5.24.1.bb index b0ceb84912..95d9694005 100644 --- a/meta/recipes-devtools/perl/perl_5.24.1.bb +++ b/meta/recipes-devtools/perl/perl_5.24.1.bb | |||
@@ -125,7 +125,7 @@ do_configure() { | |||
125 | done | 125 | done |
126 | 126 | ||
127 | # Fixups for musl | 127 | # Fixups for musl |
128 | if [ "${TARGET_OS}" = "linux-musl" -o "${TARGET_OS}" = "linux-musleabi" ]; then | 128 | if [ "${TARGET_OS}" = "linux-musl" -o "${TARGET_OS}" = "linux-musleabi" -o "${TARGET_OS}" = "linux-muslx32" ]; then |
129 | sed -i -e "s,\(d_libm_lib_version=\)'define',\1'undef',g" \ | 129 | sed -i -e "s,\(d_libm_lib_version=\)'define',\1'undef',g" \ |
130 | -e "s,\(d_stdio_ptr_lval=\)'define',\1'undef',g" \ | 130 | -e "s,\(d_stdio_ptr_lval=\)'define',\1'undef',g" \ |
131 | -e "s,\(d_stdio_ptr_lval_sets_cnt=\)'define',\1'undef',g" \ | 131 | -e "s,\(d_stdio_ptr_lval_sets_cnt=\)'define',\1'undef',g" \ |