diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-04 08:21:22 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-04 08:21:22 +0300 |
commit | e62840cd54895266030c7aa875263411359483ee (patch) | |
tree | 58d03b40e009edfb07f87082be13a4f689f2f08c /auto/options | |
parent | fc6c4fdeb6cdfb1cd7ef80f459083ddfbdae6816 (diff) | |
download | unit-e62840cd54895266030c7aa875263411359483ee.tar.gz unit-e62840cd54895266030c7aa875263411359483ee.tar.bz2 |
Introducing configure option --with-php-ldflags=.
Diffstat (limited to 'auto/options')
-rw-r--r-- | auto/options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options index e9f41ff7..594a5ab8 100644 --- a/auto/options +++ b/auto/options @@ -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" ;; |