openssl: pass ${mandir} explicitly to "make install"

Otherwise it will use the openssl internal default of /usr/share/man which may not be correct.

(From OE-Core rev: f9b50b50544385260e0fc86e11836ec689f0cdd6)

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Phil Blundell
2011-07-14 13:13:08 +01:00
committed by Richard Purdie
parent f306906956
commit 660093c1d8
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ do_compile () {
do_install () {
install -m 0755 -d ${D}${libdir}/pkgconfig
oe_runmake INSTALL_PREFIX="${D}" install
oe_runmake INSTALL_PREFIX="${D}" MANDIR="${mandir}" install
chmod 644 ${D}${libdir}/pkgconfig/openssl.pc
oe_libinstall -so libcrypto ${D}${libdir}
oe_libinstall -so libssl ${D}${libdir}

View File

@@ -1,6 +1,6 @@
require openssl.inc
PR = "r2"
PR = "r3"
SRC_URI += "file://debian/ca.patch \
file://debian/config-hurd.patch;apply=no \
file://debian/debian-targets.patch \