perl: Disable strerror_r usage with musl
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
dc475f7886
commit
38be10c1bc
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue