diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.24.1.bb')
-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 53a426289a..6b16689386 100644 --- a/meta/recipes-devtools/perl/perl_5.24.1.bb +++ b/meta/recipes-devtools/perl/perl_5.24.1.bb | |||
@@ -145,7 +145,6 @@ do_configure() { | |||
145 | -e "s,\(i_fcntl=\)'undef',\1'define',g" \ | 145 | -e "s,\(i_fcntl=\)'undef',\1'define',g" \ |
146 | -e "s,\(h_fcntl=\)'false',\1'true',g" \ | 146 | -e "s,\(h_fcntl=\)'false',\1'true',g" \ |
147 | -e "s,-fstack-protector,-fno-stack-protector,g" \ | 147 | -e "s,-fstack-protector,-fno-stack-protector,g" \ |
148 | -e "s,-lnsl,,g" \ | ||
149 | config.sh-${TARGET_ARCH}-${TARGET_OS} | 148 | config.sh-${TARGET_ARCH}-${TARGET_OS} |
150 | fi | 149 | fi |
151 | 150 | ||
@@ -158,6 +157,7 @@ do_configure() { | |||
158 | -e "s,@BASELIBDIR@,${base_libdir},g" \ | 157 | -e "s,@BASELIBDIR@,${base_libdir},g" \ |
159 | -e "s,@EXECPREFIX@,${exec_prefix},g" \ | 158 | -e "s,@EXECPREFIX@,${exec_prefix},g" \ |
160 | -e 's,@USRBIN@,${bindir},g' \ | 159 | -e 's,@USRBIN@,${bindir},g' \ |
160 | -e "s,-lnsl,,g" \ | ||
161 | config.sh-${TARGET_ARCH}-${TARGET_OS} | 161 | config.sh-${TARGET_ARCH}-${TARGET_OS} |
162 | 162 | ||
163 | case "${TARGET_ARCH}" in | 163 | case "${TARGET_ARCH}" in |