All of lore.kernel.org
 help / color / mirror / Atom feed
From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/php
Date: Sun, 25 Jan 2009 20:59:31 +0000 (UTC)	[thread overview]
Message-ID: <20090125205931.4FB7876D28@busybox.osuosl.org> (raw)

Author: ulf
Date: 2009-01-25 20:59:30 +0000 (Sun, 25 Jan 2009)
New Revision: 25022

Log:
Fix spelling error, causing php to use host includes, add patching and unpacked targets

Modified:
   trunk/buildroot/package/php/php.mk


Changeset:
Modified: trunk/buildroot/package/php/php.mk
===================================================================
--- trunk/buildroot/package/php/php.mk	2009-01-25 20:55:31 UTC (rev 25021)
+++ trunk/buildroot/package/php/php.mk	2009-01-25 20:59:30 UTC (rev 25022)
@@ -87,7 +87,7 @@
 	PHP_DEPS+=readline
 endif
 ifeq ($(BR2_PACKAGE_PHP_EXT_NCURSES),y)
-	PHP_CONFIGURE+=--with-ncurses=$(STATING_DIR)/usr
+	PHP_CONFIGURE+=--with-ncurses=$(STAGING_DIR)/usr
 	PHP_DEPS+=ncurses
 endif
 ifeq ($(BR2_PACKAGE_PHP_EXT_SYSVMSG),y)
@@ -132,6 +132,8 @@
 
 $(PHP_DIR)/.unpacked: $(DL_DIR)/$(PHP_SOURCE)
 	$(PHP_CAT) $(DL_DIR)/$(PHP_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+	toolchain/patch-kernel.sh $(PHP_DIR) package/php/ php\*.patch
+	toolchain/patch-kernel.sh $(PHP_DIR) package/php/ php\*.patch.$(ARCH)
 	touch $@
 
 $(PHP_DIR)/.configured: $(PHP_DIR)/.unpacked
@@ -184,6 +186,8 @@
 
 php: uclibc $(PHP_DEPS) $(PHP_TARGET_DEPS) $(TARGET_DIR)/etc/php.ini
 
+php-unpacked: $(PHP_DIR)/.unpacked
+
 php-clean:
 	rm -f $(PHP_DIR)/.configured $(PHP_DIR)/.built $(PHP_DIR)/.staged
 	rm -f $(PHP_TARGET_DEPS)

             reply	other threads:[~2009-01-25 20:59 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-25 20:59 ulf at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-04 20:58 [Buildroot] svn commit: trunk/buildroot/package/php jacmet at uclibc.org
2009-03-04 20:58 jacmet at uclibc.org
2009-03-02 19:05 jacmet at uclibc.org
2009-02-25 19:51 jacmet at uclibc.org
2009-02-21  9:06 jacmet at uclibc.org
2009-02-21  9:06 jacmet at uclibc.org
2009-02-20 21:55 jacmet at uclibc.org
2009-02-20 15:13 jacmet at uclibc.org
2009-01-11 20:08 ulf at uclibc.org
2008-12-13 11:01 tpetazzoni at uclibc.org
2008-06-16  9:49 jacmet at uclibc.org
2008-06-01 19:42 antab at uclibc.org
2008-06-01 18:04 antab at uclibc.org
2008-06-01 19:31 ` Peter Korsgaard
2008-06-02 12:11 ` Peter Korsgaard
2008-06-02 13:15   ` Gustavo Zacarias
2008-03-25  8:49 jacmet at uclibc.org
2008-03-11 18:14 ninevoltz at uclibc.org
2008-03-06 18:21 ninevoltz at uclibc.org
2007-08-19 21:02 ulf at uclibc.org

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=20090125205931.4FB7876D28@busybox.osuosl.org \
    --to=ulf@uclibc.org \
    --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.