Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python: firefox host-python dependency needs --enable-unicodedata
@ 2012-08-15 19:00 Stefan Froberg
  2012-08-15 19:00 ` Stefan Froberg
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Froberg @ 2012-08-15 19:00 UTC (permalink / raw)
  To: buildroot

Hello all

Firefox needs host-python to be built with --enable-unicodedata.
This patch enables/disables that switch depending of your
target python configuration (BR2_PACKAGE_PYTHON_UNICODEDATA).

As far as I can tell, this was the last dependency that needed some handling
before building firefox.

If this and those two previously sended patches

http://lists.busybox.net/pipermail/buildroot/2012-August/057378.html

and

http://lists.busybox.net/pipermail/buildroot/2012-August/057380.html

are okay with you Thomas, then Im ready to send firefox patch next.

Best regards

Stefan

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] python: firefox host-python dependency needs --enable-unicodedata
@ 2012-08-21 13:48 Stefan Froberg
  2012-08-24 21:41 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Froberg @ 2012-08-21 13:48 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Stefan Froberg <stefan.froberg@petroprogram.com>
---
 package/python/python.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/python/python.mk b/package/python/python.mk
index fae4e5c..6a79584 100644
--- a/package/python/python.mk
+++ b/package/python/python.mk
@@ -22,7 +22,7 @@ HOST_PYTHON_CONF_OPT += 	\
 	--disable-curses	\
 	--disable-codecs-cjk	\
 	--disable-nis		\
-	--disable-unicodedata	\
+	--enable-unicodedata	\
 	--disable-dbm		\
 	--disable-gdbm		\
 	--disable-bsddb		\
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-24 21:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-15 19:00 [Buildroot] [PATCH] python: firefox host-python dependency needs --enable-unicodedata Stefan Froberg
2012-08-15 19:00 ` Stefan Froberg
2012-08-21 11:23   ` Thomas Petazzoni
2012-08-21 13:37     ` Stefan Fröberg
  -- strict thread matches above, loose matches on Subject: below --
2012-08-21 13:48 Stefan Froberg
2012-08-24 21:41 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox