mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
PHP_OS and PHP_UNAME need to be hardcoded for cross builds
This commit is contained in:
parent
ba22efa25c
commit
ea6d23b8c0
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue