All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/rsyslog: Add missing optional dependency libcrypt
@ 2014-05-14 18:28 Bernd Kuhls
  2014-05-14 18:28 ` [Buildroot] [PATCH 2/2] package/rsyslog: needs MMU (fork) Bernd Kuhls
  2014-05-15 20:41 ` [Buildroot] [PATCH 1/2] package/rsyslog: Add missing optional dependency libcrypt Peter Korsgaard
  0 siblings, 2 replies; 7+ messages in thread
From: Bernd Kuhls @ 2014-05-14 18:28 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/rsyslog/rsyslog.mk |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
index c124c02..88747b7 100644
--- a/package/rsyslog/rsyslog.mk
+++ b/package/rsyslog/rsyslog.mk
@@ -24,6 +24,7 @@ ifeq ($(BR2_PACKAGE_LIBEE),y)
 endif
 
 ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
+	RSYSLOG_DEPENDENCIES += libgcrypt
 	RSYSLOG_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
 	RSYSLOG_CONF_OPT += --enable-libgcrypt=yes
 else
-- 
1.7.10.4

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

end of thread, other threads:[~2014-05-15 20:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 18:28 [Buildroot] [PATCH 1/2] package/rsyslog: Add missing optional dependency libcrypt Bernd Kuhls
2014-05-14 18:28 ` [Buildroot] [PATCH 2/2] package/rsyslog: needs MMU (fork) Bernd Kuhls
2014-05-14 18:38   ` Baruch Siach
2014-05-14 18:57     ` Bernd Kuhls
2014-05-14 19:11       ` Yann E. MORIN
2014-05-14 19:37         ` Bernd Kuhls
2014-05-15 20:41 ` [Buildroot] [PATCH 1/2] package/rsyslog: Add missing optional dependency libcrypt Peter Korsgaard

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.