mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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:
committed by
Richard Purdie
parent
f306906956
commit
660093c1d8
@@ -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}
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user