[oe-commits] Wenzong Fan : cracklib: fix QA warning about unsafe references in binaries

git at git.openembedded.org git at git.openembedded.org
Tue Jun 11 14:31:50 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 7ffe63c4a4f6b3adfea97eed4c0452c287784663
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7ffe63c4a4f6b3adfea97eed4c0452c287784663

Author: Wenzong Fan <wenzong.fan at windriver.com>
Date:   Fri Jun  7 13:58:57 2013 +0800

cracklib: fix QA warning about unsafe references in binaries

If enable test 'unsafe-references-in-binaries', build libpam will get
following warnings:

WARNING: QA Issue: libpam: /lib/security/pam_cracklib.so, installed in \
the base_prefix, requires a shared library under exec_prefix (/usr): \
libcrack.so.2 => /usr/lib/libcrack.so.2

Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/cracklib/cracklib_2.8.22.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/cracklib/cracklib_2.8.22.bb b/meta/recipes-extended/cracklib/cracklib_2.8.22.bb
index ae5abc4..303c472 100644
--- a/meta/recipes-extended/cracklib/cracklib_2.8.22.bb
+++ b/meta/recipes-extended/cracklib/cracklib_2.8.22.bb
@@ -8,7 +8,7 @@ DEPENDS = "cracklib-native zlib"
 DEPENDS_class-native = "zlib"
 PR ="r0"
 
-EXTRA_OECONF = "--without-python"
+EXTRA_OECONF = "--without-python --libdir=${base_libdir}"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz \
            file://0001-packlib.c-support-dictionary-byte-order-dependent.patch \



More information about the Openembedded-commits mailing list