]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: pass ${mandir} explicitly to "make install"
authorPhil Blundell <philb@gnu.org>
Thu, 14 Jul 2011 12:13:08 +0000 (13:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Jul 2011 14:06:12 +0000 (15:06 +0100)
Otherwise it will use the openssl internal default of /usr/share/man which may not be correct.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl.inc
meta/recipes-connectivity/openssl/openssl_0.9.8r.bb

index d42ae1c5d5f2fbae799d077e026d002ccd392cfc..39143ad90a47ecc981229c19c51f596bb4573d11 100644 (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}
index c95b1f17cdbff0b6be6f3570e36651013b4ba138..ea83cb888d7e00868f39a5409f208a2deac843e9 100644 (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 \