Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/7] package/cifs-utils: add optional support for keyutils
@ 2016-02-21 10:51 Bernd Kuhls
  2016-02-21 10:51 ` [Buildroot] [PATCH 2/7] package/imagemagick: add optional support for lcms2 Bernd Kuhls
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Bernd Kuhls @ 2016-02-21 10:51 UTC (permalink / raw)
  To: buildroot

When keyutils was compiled before, cifs-utils will use it as optional
dependency:

$ output/host/usr/bin/x86_64-linux-readelf -a output/target/usr/bin/cifscreds | grep NEEDED
 0x0000000000000001 (NEEDED)             Shared library: [libkeyutils.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.1]

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

diff --git a/package/cifs-utils/cifs-utils.mk b/package/cifs-utils/cifs-utils.mk
index e668b08..89358b1 100644
--- a/package/cifs-utils/cifs-utils.mk
+++ b/package/cifs-utils/cifs-utils.mk
@@ -14,6 +14,10 @@ ifeq ($(BR2_STATIC_LIBS),y)
 CIFS_UTILS_CONF_OPTS += --disable-pie
 endif
 
+ifeq ($(BR2_PACKAGE_KEYUTILS),y)
+CIFS_UTILS_DEPENDENCIES += keyutils
+endif
+
 define CIFS_UTILS_NO_WERROR
 	$(SED) 's/-Werror//' $(@D)/Makefile.in
 endef
-- 
2.7.0

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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-21 10:51 [Buildroot] [PATCH 1/7] package/cifs-utils: add optional support for keyutils Bernd Kuhls
2016-02-21 10:51 ` [Buildroot] [PATCH 2/7] package/imagemagick: add optional support for lcms2 Bernd Kuhls
2016-02-21 13:51   ` Thomas Petazzoni
2016-02-21 10:51 ` [Buildroot] [PATCH 3/7] package/cairo: add optional support for lzo Bernd Kuhls
2016-02-21 12:48   ` Arnout Vandecappelle
2016-02-21 13:51   ` Thomas Petazzoni
2016-02-21 10:51 ` [Buildroot] [PATCH 4/7] package/libfm: add optional support for libexif Bernd Kuhls
2016-02-21 13:51   ` Thomas Petazzoni
2016-02-21 10:51 ` [Buildroot] [PATCH 5/7] package/dvdauthor: add optional support for libfribidi Bernd Kuhls
2016-02-21 13:51   ` Thomas Petazzoni
2016-02-21 10:51 ` [Buildroot] [PATCH 6/7] package/sdl_sound: add optional support for libmodplug Bernd Kuhls
2016-02-21 13:52   ` Thomas Petazzoni
2016-02-21 10:51 ` [Buildroot] [PATCH 7/7] package/sdl_sound: FLAC support depends on libogg Bernd Kuhls
2016-02-21 13:52   ` Thomas Petazzoni
2016-02-21 13:45 ` [Buildroot] [PATCH 1/7] package/cifs-utils: add optional support for keyutils Thomas Petazzoni

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