[Buildroot] [PATCH] package/php: explicitly disable phpdbg.

Yann E. MORIN yann.morin.1998 at free.fr
Wed Sep 7 17:16:07 UTC 2016


Theo, All,

On 2016-09-07 17:43 +0200, Theo Debrouwere spake thusly:
> When building php, the package will also build/install phpdbg.
> This patch explicitly disables this behaviour.
> 
> Signed-off-by: Theo Debrouwere <tdebrouwere at televic.com>
> ---
>  package/php/php.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/php/php.mk b/package/php/php.mk
> index d7e27a1..a63a8df 100644
> --- a/package/php/php.mk
> +++ b/package/php/php.mk
> @@ -19,7 +19,9 @@ PHP_CONF_OPTS = \
>  	--disable-all \
>  	--without-pear \
>  	--with-config-file-path=/etc \
> +	--enable-phpdbg=no \

To disable options, we use the --disable variant.

Otherwise, looks good. Thanks!

Regards,
Yann E. MORIN.

>  	--disable-rpath
> +
>  PHP_CONF_ENV = \
>  	ac_cv_func_strcasestr=yes \
>  	EXTRA_LIBS="$(PHP_EXTRA_LIBS)"
> -- 
> 2.8.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list