Browse Source

perl: Disable strerror_r usage with musl

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 9 years ago
parent
commit
38be10c1bc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lang/perl/Makefile

+ 1
- 0
lang/perl/Makefile View File

@ -146,6 +146,7 @@ define Build/Configure
-e "s,\(getgrent_r=\)'define',\1'undef',g" \
-e "s,\(i_fcntl=\)'undef',\1'define',g" \
-e "s,\(h_fcntl=\)'false',\1'true',g" \
-e "s,\(d_strerror_r=\)'define',\1'undef',g" \
$(PKG_BUILD_DIR)/config.sh
endif
(cd $(PKG_BUILD_DIR) && ./Configure -S)


Loading…
Cancel
Save