* [PATCH 0/1] cracklib: fix QA warning about unsafe references in binaries
@ 2013-06-07 5:58 wenzong.fan
2013-06-07 5:58 ` [PATCH 1/1] " wenzong.fan
0 siblings, 1 reply; 2+ messages in thread
From: wenzong.fan @ 2013-06-07 5:58 UTC (permalink / raw)
To: openembedded-core
From: Wenzong Fan <wenzong.fan@windriver.com>
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
The following changes since commit a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199:
lrzsz: check locale.h in configure (2013-06-04 15:55:46 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib wenzong/cracklib
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/cracklib
Wenzong Fan (1):
cracklib: fix QA warning about unsafe references in binaries
meta/recipes-extended/cracklib/cracklib_2.8.22.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] cracklib: fix QA warning about unsafe references in binaries
2013-06-07 5:58 [PATCH 0/1] cracklib: fix QA warning about unsafe references in binaries wenzong.fan
@ 2013-06-07 5:58 ` wenzong.fan
0 siblings, 0 replies; 2+ messages in thread
From: wenzong.fan @ 2013-06-07 5:58 UTC (permalink / raw)
To: openembedded-core
From: Wenzong Fan <wenzong.fan@windriver.com>
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@windriver.com>
---
meta/recipes-extended/cracklib/cracklib_2.8.22.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-07 5:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07 5:58 [PATCH 0/1] cracklib: fix QA warning about unsafe references in binaries wenzong.fan
2013-06-07 5:58 ` [PATCH 1/1] " wenzong.fan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox