Skip to content

Commit f82265d

Browse files
embdurmyagley
authored andcommitted
iotedge-daemon: do not hardcode openssl libdir (Azure#7)
Some distributions use lib64 for 64-bit targets as $BASELIB. Use $STAGING_LIBDIR to pick the correct path automatically. Signed-off-by: Abdur Rehman <[email protected]>
1 parent cef576f commit f82265d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-core/iotedge-daemon/iotedge-daemon.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export SYSROOT = "${STAGING_DIR_TARGET}"
66
export OpenSSLDir = "${STAGING_DIR_TARGET}/usr"
77
export OPENSSL_DIR = "${STAGING_DIR_TARGET}/usr"
88
export OPENSSL_INCLUDE_DIR = "${STAGING_DIR_TARGET}/usr/include"
9-
export OPENSSL_LIB_DIR = "${STAGING_DIR_TARGET}/usr/lib"
9+
export OPENSSL_LIB_DIR = "${STAGING_LIBDIR}"
1010
export BUILD_SOURCEVERSION="${SRCREV}"
1111

1212
inherit systemd update-rc.d

0 commit comments

Comments
 (0)