From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/php: explicitly disable phpdbg.
Date: Wed, 7 Sep 2016 19:16:07 +0200 [thread overview]
Message-ID: <20160907171607.GA4759@free.fr> (raw)
In-Reply-To: <1473263026-14588-2-git-send-email-theo.debrouwere@skynet.be>
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@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. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2016-09-07 17:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-07 15:43 [Buildroot] [PATCH] package/php: explicitly disable phpdbg Theo Debrouwere
2016-09-07 15:43 ` Theo Debrouwere
2016-09-07 17:16 ` Yann E. MORIN [this message]
2016-09-08 7:53 ` Theo Debrouwere
2016-09-08 19:59 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160907171607.GA4759@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.