Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] samba4: add optional libbsd dependency
@ 2016-02-12 14:38 Gustavo Zacarias
  2016-02-12 14:38 ` [Buildroot] [PATCH 2/2] libbsd: add patch for clock_gettime usage Gustavo Zacarias
  2016-02-13 17:19 ` [Buildroot] [PATCH 1/2] samba4: add optional libbsd dependency Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2016-02-12 14:38 UTC (permalink / raw)
  To: buildroot

It's used for some small functions like md5 support, non-essential since
samba has an internal fallback for those, but still add it for
predictability.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/samba4/samba4.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/samba4/samba4.mk b/package/samba4/samba4.mk
index 4e796a6..118a4ae 100644
--- a/package/samba4/samba4.mk
+++ b/package/samba4/samba4.mk
@@ -11,6 +11,7 @@ SAMBA4_INSTALL_STAGING = YES
 SAMBA4_LICENSE = GPLv3+
 SAMBA4_LICENSE_FILES = COPYING
 SAMBA4_DEPENDENCIES = host-e2fsprogs host-heimdal e2fsprogs popt python zlib \
+	$(if $(BR2_PACKAGE_LIBBSD),libbsd) \
 	$(if $(BR2_PACKAGE_LIBCAP),libcap) \
 	$(if $(BR2_PACKAGE_READLINE),readline)
 
-- 
2.4.10

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

end of thread, other threads:[~2016-02-13 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-12 14:38 [Buildroot] [PATCH 1/2] samba4: add optional libbsd dependency Gustavo Zacarias
2016-02-12 14:38 ` [Buildroot] [PATCH 2/2] libbsd: add patch for clock_gettime usage Gustavo Zacarias
2016-02-13 17:19 ` [Buildroot] [PATCH 1/2] samba4: add optional libbsd dependency Thomas Petazzoni

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