Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
cba792a1
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
接近 2 年 前同步成功
通知
12
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
cba792a1
编写于
5月 01, 2016
作者:
A
Andy Polyakov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Android build fixes.
Reviewed-by:
N
Rich Salz
<
rsalz@openssl.org
>
上级
b1a07c38
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
7 addition
and
13 deletion
+7
-13
Configurations/10-main.conf
Configurations/10-main.conf
+5
-11
Configurations/unix-Makefile.tmpl
Configurations/unix-Makefile.tmpl
+1
-1
crypto/async/arch/async_posix.h
crypto/async/arch/async_posix.h
+1
-1
未找到文件。
Configurations/10-main.conf
浏览文件 @
cba792a1
...
...
@@ -896,17 +896,14 @@ sub vms_info {
# Special note about unconditional -fPIC and -pie. The underlying
# reason is that Lollipop refuses to run non-PIE. But what about
# older systems and NDKs? -fPIC was never problem, so the only
# concern i
f
-pie. Older toolchains, e.g. r4, appear to handle it
# concern i
s
-pie. Older toolchains, e.g. r4, appear to handle it
# and binaries turn mostly functional. "Mostly" means that oldest
# Androids, such as Froyo, fail to handle executable, but newer
# systems are perfectly capable of executing binaries targeting
# Froyo. Keep in mind that in the nutshell Android builds are
# about JNI, i.e. shared libraries, not applications.
cflags
=>
picker
(
default
=>
"-mandroid -fPIC --sysroot=\$(CROSS_SYSROOT) -Wa,--noexecstack -Wall"
,
debug
=>
"-O0 -g"
,
release
=>
"-O3"
),
lflags
=>
"-pie"
,
shared_cflag
=>
""
,
cflags
=>
add
(
picker
(
default
=>
"-mandroid -fPIC --sysroot=\$(CROSS_SYSROOT) -Wa,--noexecstack"
)),
bin_cflags
=>
"-pie"
,
},
"android-x86"
=> {
inherit_from
=> [
"android"
,
asm
(
"x86_asm"
) ],
...
...
@@ -945,11 +942,8 @@ sub vms_info {
"android64"
=> {
inherit_from
=> [
"linux-generic64"
],
cflags
=>
picker
(
default
=>
"-mandroid -fPIC --sysroot=\$(CROSS_SYSROOT) -Wa,--noexecstack -Wall"
,
debug
=>
"-O0 -g"
,
release
=>
"-O3"
),
lflags
=>
"-pie"
,
shared_cflag
=>
""
,
cflags
=>
add
(
picker
(
default
=>
"-mandroid -fPIC --sysroot=\$(CROSS_SYSROOT) -Wa,--noexecstack"
)),
bin_cflags
=>
"-pie"
,
},
"android64-aarch64"
=> {
inherit_from
=> [
"android64"
,
asm
(
"aarch64_asm"
) ],
...
...
Configurations/unix-Makefile.tmpl
浏览文件 @
cba792a1
...
...
@@ -172,7 +172,7 @@ LIB_LDFLAGS={- $target{shared_ldflag}." ".$config{shared_ldflag}
RCFLAGS={- $target{shared_rcflag} -}
DSO_CFLAGS={- $target{shared_cflag} || "" -}
DSO_LDFLAGS=$(LIB_LDFLAGS)
BIN_CFLAGS={-
""
-}
BIN_CFLAGS={-
$target{bin_cflags}
-}
PERL={- $config{perl} -}
...
...
crypto/async/arch/async_posix.h
浏览文件 @
cba792a1
...
...
@@ -53,7 +53,7 @@
#define OPENSSL_ASYNC_ARCH_ASYNC_POSIX_H
#include <openssl/e_os2.h>
#if (defined(OPENSSL_SYS_UNIX) || defined(OPENSSL_SYS_CYGWIN)) && defined(OPENSSL_THREADS) && !defined(OPENSSL_NO_ASYNC)
#if (defined(OPENSSL_SYS_UNIX) || defined(OPENSSL_SYS_CYGWIN)) && defined(OPENSSL_THREADS) && !defined(OPENSSL_NO_ASYNC)
&& !defined(__ANDROID__)
# include <unistd.h>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录