* [Buildroot] [pull request] Pull request for branch neon-ssl
@ 2009-12-21 7:19 Nigel Kukard
2009-12-21 7:19 ` [Buildroot] [PATCH 1/1] * Allow neon to be configured with SSL support Nigel Kukard
0 siblings, 1 reply; 3+ messages in thread
From: Nigel Kukard @ 2009-12-21 7:19 UTC (permalink / raw)
To: buildroot
The following changes since commit 14aa5ee54f33d05a0bd01f21635e095ba07f83ec:
Peter Korsgaard (1):
mtd-utils: move phony dependencies to toplevel mtd-host target
are available in the git repository at:
git://git.busybox.net/~nkukard/git/buildroot neon-ssl
Nigel Kukard (1):
* Allow neon to be configured with SSL support
package/neon/Config.in | 6 ++++++
package/neon/neon.mk | 6 ++++++
2 files changed, 12 insertions(+), 0 deletions(-)
Thanks,
--
Nigel Kukard
^ permalink raw reply [flat|nested] 3+ messages in thread* [Buildroot] [PATCH 1/1] * Allow neon to be configured with SSL support
2009-12-21 7:19 [Buildroot] [pull request] Pull request for branch neon-ssl Nigel Kukard
@ 2009-12-21 7:19 ` Nigel Kukard
2009-12-21 9:08 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Nigel Kukard @ 2009-12-21 7:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
---
package/neon/Config.in | 6 ++++++
package/neon/neon.mk | 6 ++++++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/package/neon/Config.in b/package/neon/Config.in
index ce72a2f..318e4c6 100644
--- a/package/neon/Config.in
+++ b/package/neon/Config.in
@@ -12,6 +12,12 @@ config BR2_PACKAGE_NEON_ZLIB
help
build with ZLIB support
+config BR2_PACKAGE_NEON_SSL
+ bool "SSL support"
+ select BR2_PACKAGE_OPENSSL
+ help
+ build with SSL support
+
choice
prompt "XML Support"
default BR2_PACKAGE_NEON_NOXML
diff --git a/package/neon/neon.mk b/package/neon/neon.mk
index 1f26a0c..ed5f999 100644
--- a/package/neon/neon.mk
+++ b/package/neon/neon.mk
@@ -22,6 +22,12 @@ NEON_DEPENDENCIES+=zlib
else
NEON_CONF_OPT+=--without-zlib
endif
+ifeq ($(BR2_PACKAGE_NEON_SSL),y)
+NEON_CONF_OPT+=--with-ssl
+NEON_DEPENDENCIES+=openssl
+else
+NEON_CONF_OPT+=--without-ssl
+endif
ifeq ($(BR2_PACKAGE_NEON_EXPAT),y)
NEON_CONF_OPT+=--with-expat=$(STAGING_DIR)/usr/lib/libexpat.la
NEON_CONF_OPT+=--with-libxml2=no
--
1.6.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-12-21 9:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 7:19 [Buildroot] [pull request] Pull request for branch neon-ssl Nigel Kukard
2009-12-21 7:19 ` [Buildroot] [PATCH 1/1] * Allow neon to be configured with SSL support Nigel Kukard
2009-12-21 9:08 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox