All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pam: Add libtirpc to build dependencies
@ 2013-05-14  6:45 Khem Raj
  2013-05-14 10:05 ` Richard Purdie
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2013-05-14  6:45 UTC (permalink / raw)
  To: openembedded-core

libtirpc is looked for by configure and if found
its enabled. So lets make it consistent and enable
it always

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-extended/pam/libpam_1.1.6.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/pam/libpam_1.1.6.bb b/meta/recipes-extended/pam/libpam_1.1.6.bb
index c355634..581f687 100644
--- a/meta/recipes-extended/pam/libpam_1.1.6.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.6.bb
@@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "bab887d6280f47fc3963df3b95735a27a16f0f663636163ddf3acab5f1
 
 SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch"
 
-DEPENDS = "bison flex flex-native cracklib"
+DEPENDS = "bison flex flex-native cracklib libtirpc"
 
 EXTRA_OECONF = "--with-db-uniquename=_pam \
                 --includedir=${includedir}/security \
-- 
1.7.9.5




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

end of thread, other threads:[~2013-05-14 21:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14  6:45 [PATCH] pam: Add libtirpc to build dependencies Khem Raj
2013-05-14 10:05 ` Richard Purdie
2013-05-14 14:33   ` Khem Raj
2013-05-14 14:41     ` Paul Eggleton
2013-05-14 15:49       ` Khem Raj
2013-05-14 16:24     ` Phil Blundell
2013-05-14 21:10       ` Khem Raj

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.