* [Buildroot] [pull request] Pull request for branch for-2011.05/bind-openssl-fix
@ 2011-05-19 17:23 Thomas Petazzoni
2011-05-19 17:23 ` [Buildroot] [PATCH 1/1] bind: give path to OpenSSL when OpenSSL is enabled Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2011-05-19 17:23 UTC (permalink / raw)
To: buildroot
The following changes since commit 8c30b67b31b5f378ae27cf1c64086aec39bffb4f:
news.html: add 2011.05-rc1 announcement link (2011-05-18 23:07:30 +0200)
are available in the git repository at:
http://free-electrons.com/~thomas/buildroot.git for-2011.05/bind-openssl-fix
Thomas Petazzoni (1):
bind: give path to OpenSSL when OpenSSL is enabled
package/bind/bind.mk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] bind: give path to OpenSSL when OpenSSL is enabled
2011-05-19 17:23 [Buildroot] [pull request] Pull request for branch for-2011.05/bind-openssl-fix Thomas Petazzoni
@ 2011-05-19 17:23 ` Thomas Petazzoni
2011-05-19 18:03 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2011-05-19 17:23 UTC (permalink / raw)
To: buildroot
bind needs to be specifically told where OpenSSL is, otherwise, the
build fails with:
checking for OpenSSL library... configure: error: OpenSSL was not found in any of /usr /usr/local /usr/local/ssl /usr/pkg /usr/sfw; use --with-openssl=/path
If you don't want OpenSSL, use --without-openssl
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/bind/bind.mk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index e3341bd..2df6ae8 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -27,6 +27,7 @@ endif
ifeq ($(BR2_PACKAGE_OPENSSL),y)
BIND_DEPENDENCIES += openssl
+ BIND_CONF_OPT += --with-openssl=$(STAGING_DIR)/usr
else
BIND_CONF_OPT += --with-openssl=no
endif
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] bind: give path to OpenSSL when OpenSSL is enabled
2011-05-19 17:23 ` [Buildroot] [PATCH 1/1] bind: give path to OpenSSL when OpenSSL is enabled Thomas Petazzoni
@ 2011-05-19 18:03 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2011-05-19 18:03 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> bind needs to be specifically told where OpenSSL is, otherwise, the
Thomas> build fails with:
Thomas> checking for OpenSSL library... configure: error: OpenSSL was not found in any of /usr /usr/local /usr/local/ssl /usr/pkg /usr/sfw; use --with-openssl=/path
Thomas> If you don't want OpenSSL, use --without-openssl
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-19 18:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19 17:23 [Buildroot] [pull request] Pull request for branch for-2011.05/bind-openssl-fix Thomas Petazzoni
2011-05-19 17:23 ` [Buildroot] [PATCH 1/1] bind: give path to OpenSSL when OpenSSL is enabled Thomas Petazzoni
2011-05-19 18:03 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox