From: Jonathan Liu <net147@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 1/2] python: enable bz2 module for host build
Date: Mon, 13 Aug 2012 13:05:49 +1000 [thread overview]
Message-ID: <1344827150-25067-2-git-send-email-net147@gmail.com> (raw)
In-Reply-To: <1344827150-25067-1-git-send-email-net147@gmail.com>
The bz2 module is required for building some Python packages.
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
package/python/python.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/python/python.mk b/package/python/python.mk
index fae4e5c..7b314ab 100644
--- a/package/python/python.mk
+++ b/package/python/python.mk
@@ -27,7 +27,6 @@ HOST_PYTHON_CONF_OPT += \
--disable-gdbm \
--disable-bsddb \
--disable-test-modules \
- --disable-bz2 \
--disable-ssl
HOST_PYTHON_MAKE_ENV = \
--
1.7.11.3
next prev parent reply other threads:[~2012-08-13 3:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-13 3:05 [Buildroot] [PATCH v4 0/2] nodejs: new package Jonathan Liu
2012-08-13 3:05 ` Jonathan Liu [this message]
2012-08-13 3:05 ` [Buildroot] [PATCH v4 2/2] " Jonathan Liu
2012-08-25 17:15 ` Thomas Petazzoni
2012-08-25 17:17 ` Thomas Petazzoni
2012-08-26 1:51 ` Jonathan Liu
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=1344827150-25067-2-git-send-email-net147@gmail.com \
--to=net147@gmail.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 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.