diff options
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.1.0h.bb')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.0h.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb index 29f83a31a2..64b8a997d0 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb | |||
@@ -126,12 +126,12 @@ do_configure () { | |||
126 | #| engines/afalg/e_afalg.c:110:20: error: '__NR_eventfd' undeclared (first use in this function) | 126 | #| engines/afalg/e_afalg.c:110:20: error: '__NR_eventfd' undeclared (first use in this function) |
127 | #| return syscall(__NR_eventfd, n); | 127 | #| return syscall(__NR_eventfd, n); |
128 | #| ^~~~~~~~~~~~ | 128 | #| ^~~~~~~~~~~~ |
129 | EXTRA_OECONF_aarch64 += "no-afalgeng" | 129 | EXTRA_OECONF_append_aarch64 = " no-afalgeng" |
130 | 130 | ||
131 | #| ./libcrypto.so: undefined reference to `getcontext' | 131 | #| ./libcrypto.so: undefined reference to `getcontext' |
132 | #| ./libcrypto.so: undefined reference to `setcontext' | 132 | #| ./libcrypto.so: undefined reference to `setcontext' |
133 | #| ./libcrypto.so: undefined reference to `makecontext' | 133 | #| ./libcrypto.so: undefined reference to `makecontext' |
134 | EXTRA_OECONF_libc-musl += "-DOPENSSL_NO_ASYNC" | 134 | EXTRA_OECONF_append_libc-musl = " -DOPENSSL_NO_ASYNC" |
135 | 135 | ||
136 | do_install () { | 136 | do_install () { |
137 | oe_runmake DESTDIR="${D}" MANDIR="${mandir}" MANSUFFIX=ssl install | 137 | oe_runmake DESTDIR="${D}" MANDIR="${mandir}" MANSUFFIX=ssl install |