Introducing configure option --with-php-ldflags=.

This commit is contained in:
Igor Sysoev
2017-08-04 08:21:22 +03:00
parent fc6c4fdeb6
commit e62840cd54
2 changed files with 13 additions and 8 deletions

View File

@@ -45,6 +45,7 @@ NXT_PYTHON=python
NXT_PYTHON_MODULE=NO
NXT_PHP=php
NXT_PHP_LDFLAGS=
NXT_PHP_MODULE=NO
NXT_GO=go
@@ -99,6 +100,7 @@ do
--with-python_module) NXT_PYTHON_MODULE=YES ;;
--with-php=*) NXT_PHP="$value" ;;
--with-php-ldflags=*) NXT_PHP_LDFLAGS="$value" ;;
--with-php_module) NXT_PHP_MODULE=YES ;;
--with-go=*) NXT_GO="$value" ;;