package/libopenssl: replace utf-8 quote by ascii single quote

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Seiderer 2019-05-07 22:35:24 +02:00 committed by Peter Korsgaard
parent f6522addda
commit 5006c86449

View File

@ -39,7 +39,7 @@ endif
# ./libcrypto.so: undefined reference to `makecontext' # ./libcrypto.so: undefined reference to `makecontext'
# #
# - uclibc: # - uclibc:
# crypto/async/arch/../arch/async_posix.h:32:5: error: unknown type name ucontext_t # crypto/async/arch/../arch/async_posix.h:32:5: error: unknown type name 'ucontext_t'
# #
ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y) ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)