From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add config for PHP eaccelerator package. Signed-off-by: Dallas Clement <dallas.a.clement@gmail.com>
Date: Thu, 1 Aug 2013 07:48:45 +0200 [thread overview]
Message-ID: <20130801074845.7f9c003c@skate> (raw)
In-Reply-To: <CAE9DZUT=mi4OHphQgBmeRzM_t=2nCTWRU-wC4VaGrgCmvF04Mw@mail.gmail.com>
Dear Dallas Clement,
You submitted the below patch some time ago. While reviewing the list
of pending patches for Buildroot, we found this one. Are you still
interested in getting eaccelerator merged into Buildroot? If so, are
you willing to submit an updated patch?
Thanks,
Thomas
On Tue, 25 Sep 2012 10:36:40 -0500, Dallas Clement wrote:
> package/Config.in | 1 +
> package/eaccelerator/Config.in | 7 +++++++
> package/eaccelerator/eaccelerator.mk | 23 +++++++++++++++++++++++
> 3 files changed, 31 insertions(+), 0 deletions(-)
> create mode 100644 package/eaccelerator/Config.in
> create mode 100644 package/eaccelerator/eaccelerator.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 58dd5e8..083cad8 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -272,6 +272,7 @@ endmenu
> endif
> source "package/microperl/Config.in"
> source "package/php/Config.in"
> +source "package/eaccelerator/Config.in"
> source "package/python/Config.in"
> if BR2_PACKAGE_PYTHON
> menu "external python modules"
> diff --git a/package/eaccelerator/Config.in b/package/eaccelerator/Config.in
> new file mode 100644
> index 0000000..36600e1
> --- /dev/null
> +++ b/package/eaccelerator/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_EACCELERATOR
> + bool "eaccelerator"
> + depends on BR2_PACKAGE_PHP
> + help
> + PHP accelerator and optimizer.
> +
> + http://eaccelerator.net/
> diff --git a/package/eaccelerator/eaccelerator.mk
> b/package/eaccelerator/eaccelerator.mk
> new file mode 100644
> index 0000000..5ecd355
> --- /dev/null
> +++ b/package/eaccelerator/eaccelerator.mk
> @@ -0,0 +1,23 @@
> +#############################################################
> +#
> +# eaccelerator
> +#
> +#############################################################
> +EACCELERATOR_VERSION = 0.9.6.1
> +EACCELERATOR_SITE = http://eaccelerator.net/
> +EACCELERATOR_SOURCE = eaccelerator-$(EACCELERATOR_VERSION).tar.bz2
> +EACCELERATOR_DEPENDENCIES = php
> +EACCELERATOR_CONF_OPT = --enable-eaccelerator=shared \
> + --with-php-config=$(STAGING_DIR)/usr/bin/php-config
> +EACCELERATOR_MAKE_ENV = INSTALL_ROOT="$(TARGET_DIR)"
> +
> +define EACCELERATOR_PRE_CONFIGURE_HOOK
> + # Must set shared memory config manually for cross-compilation
> + sed -i "s/mm_shm_mmap_anon=no/mm_shm_mmap_anon=yes\n
> mm_sem_pthread=yes/" $(@D)/config.m4
> + # Need to run this command to create the autoconf configure script
> + cd $(@D) && phpize
> +endef
> +
> +EACCELERATOR_PRE_CONFIGURE_HOOKS += EACCELERATOR_PRE_CONFIGURE_HOOK
> +
> +$(eval $(autotools-package))
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
prev parent reply other threads:[~2013-08-01 5:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-25 15:36 [Buildroot] [PATCH] Add config for PHP eaccelerator package. Signed-off-by: Dallas Clement <dallas.a.clement@gmail.com> Dallas Clement
2013-08-01 5:48 ` Thomas Petazzoni [this message]
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=20130801074845.7f9c003c@skate \
--to=thomas.petazzoni@free-electrons.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox