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