Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch neon-support-ssl
@ 2009-08-05 12:21 Nigel Kukard
  2009-08-05 12:21 ` [Buildroot] [PATCH 1/1] Build neon with SSL support if available Nigel Kukard
  2009-08-05 12:44 ` [Buildroot] [pull request] Pull request for branch neon-support-ssl Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Nigel Kukard @ 2009-08-05 12:21 UTC (permalink / raw)
  To: buildroot

The following changes since commit fe370d66958b5bc7f3a5e03cef0cd3f0df2ff0f6:
  Peter Korsgaard (1):
        Merge branch 'popt-versoin-update' of git://git.busybox.net/~nkukard/git/buildroot

are available in the git repository at:

  git://git.busybox.net/~nkukard/git/buildroot neon-support-ssl

Nigel Kukard (1):
      Build neon with SSL support if available

 package/neon/neon.mk |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

Thanks,
-- 
Nigel Kukard

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

* [Buildroot] [PATCH 1/1] Build neon with SSL support if available
  2009-08-05 12:21 [Buildroot] [pull request] Pull request for branch neon-support-ssl Nigel Kukard
@ 2009-08-05 12:21 ` Nigel Kukard
  2009-08-05 12:44 ` [Buildroot] [pull request] Pull request for branch neon-support-ssl Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Nigel Kukard @ 2009-08-05 12:21 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
---
 package/neon/neon.mk |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/package/neon/neon.mk b/package/neon/neon.mk
index 2e1da07..7f7f391 100644
--- a/package/neon/neon.mk
+++ b/package/neon/neon.mk
@@ -32,6 +32,13 @@ ifeq ($(BR2_PACKAGE_NEON_NOXML),y)
 NEON_CONF_OPT+=--disable-webdav
 endif
 
+ifeq ($(BR2_PACKAGE_OPENSSL),y)
+NEON_CONF_OPT+=--with-ssl
+NEON_DEPENDENCIES+=openssl
+else
+NEON_CONF_OPT+=--without-ssl
+endif
+
 $(eval $(call AUTOTARGETS,package,neon))
 
 ifeq ($(BR2_ENABLE_DEBUG),)
-- 
1.6.4

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

* [Buildroot] [pull request] Pull request for branch neon-support-ssl
  2009-08-05 12:21 [Buildroot] [pull request] Pull request for branch neon-support-ssl Nigel Kukard
  2009-08-05 12:21 ` [Buildroot] [PATCH 1/1] Build neon with SSL support if available Nigel Kukard
@ 2009-08-05 12:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-08-05 12:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Nigel" == Nigel Kukard <nkukard@lbsd.net> writes:

 Nigel> The following changes since commit fe370d66958b5bc7f3a5e03cef0cd3f0df2ff0f6:
 Nigel>   Peter Korsgaard (1):
 Nigel>         Merge branch 'popt-versoin-update' of git://git.busybox.net/~nkukard/git/buildroot

 Nigel> are available in the git repository at:

 Nigel>   git://git.busybox.net/~nkukard/git/buildroot neon-support-ssl

 Nigel> Nigel Kukard (1):
 Nigel>       Build neon with SSL support if available

Pulled and pushed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2009-08-05 12:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05 12:21 [Buildroot] [pull request] Pull request for branch neon-support-ssl Nigel Kukard
2009-08-05 12:21 ` [Buildroot] [PATCH 1/1] Build neon with SSL support if available Nigel Kukard
2009-08-05 12:44 ` [Buildroot] [pull request] Pull request for branch neon-support-ssl Peter Korsgaard

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