mirror of
https://github.com/php/php-src.git
synced 2024-12-05 15:53:40 +08:00
PHP_OS and PHP_UNAME need to be hardcoded for cross builds
This commit is contained in:
parent
ba22efa25c
commit
ea6d23b8c0
@ -167,6 +167,10 @@ case $host_alias in
|
||||
fi
|
||||
;;
|
||||
*netware*)
|
||||
PHP_OS="NetWare"
|
||||
PHP_UNAME="NetWare"
|
||||
AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[hardcode for each of the cross compiler host])
|
||||
AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[hardcode for each of the cross compiler host])
|
||||
PHP_BUILD_PROGRAM
|
||||
PHP_ADD_SOURCES(win32, sendmail.c, -I$CFLAGS,php)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user