Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
c1269c81
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
9
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看板
提交
c1269c81
编写于
2月 14, 2003
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Handle krb5 libraries separately and make sure only libssl.so depends
on it.
上级
794a386a
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
11 addition
and
3 deletion
+11
-3
Configure
Configure
+2
-2
Makefile.org
Makefile.org
+5
-1
apps/Makefile.ssl
apps/Makefile.ssl
+1
-0
test/Makefile.ssl
test/Makefile.ssl
+3
-0
未找到文件。
Configure
浏览文件 @
c1269c81
...
...
@@ -650,6 +650,7 @@ my $openssl_thread_defines;
my $openssl_sys_defines="";
my $openssl_other_defines;
my $libs;
my $libkrb5="";
my $target;
my $options;
my $symlink;
...
...
@@ -1037,8 +1038,6 @@ else
$withargs{"krb5-include"} = "-I".$withargs{"krb5-dir"}."/include"
if $withargs{"krb5-include"} eq "" &&
$withargs{"krb5-dir"} ne "";
$libs.=$withargs{"krb5-lib"}." " if $withargs{"krb5-lib"} ne "";
}
# The DSO code currently always implements all functions so that no
...
...
@@ -1273,6 +1272,7 @@ while (<IN>)
s/^ARFLAGS=.*/ARFLAGS= $arflags/;
s/^PERL=.*/PERL= $perl/;
s/^KRB5_INCLUDES=.*/KRB5_INCLUDES=$withargs{"krb5-include"}/;
s/^LIBKRB5=.*/LIBKRB5=$withargs{"krb5-lib"}/;
s/^SHLIB_TARGET=.*/SHLIB_TARGET=$shared_target/;
s/^SHLIB_MARK=.*/SHLIB_MARK=$shared_mark/;
s/^SHARED_LIBS=.*/SHARED_LIBS=\$(SHARED_CRYPTO) \$(SHARED_SSL)/ if (!$no_shared);
...
...
Makefile.org
浏览文件 @
c1269c81
...
...
@@ -167,6 +167,7 @@ RMD160_ASM_OBJ= asm/rm86-out.o
# KRB5 stuff
KRB5_INCLUDES
=
LIBKRB5
=
DIRS
=
crypto ssl engines apps
test
tools
SHLIBDIRS
=
crypto ssl
...
...
@@ -280,6 +281,9 @@ build-shared: do_$(SHLIB_TARGET) link-shared
do_$(SHLIB_TARGET)
:
@
libs
=
'-L.
${SHLIBDEPS}
'
;
for
i
in
${SHLIBDIRS}
;
do
\
if
[
"
${SHLIBDIRS}
"
=
"ssl"
-a
-n
"
$(LIBKRB5)
"
]
;
then
\
libs
=
"
$(LIBKRB5)
$$
libs"
;
\
fi
;
\
$(NEWMAKE)
-f
Makefile.shared
\
CC
=
"
$(CC)
"
LDFLAGS
=
"
$(LDFLAGS)
"
\
SHARED_LDFLAGS
=
"
$(SHARED_LDFLAGS)
"
\
...
...
@@ -288,7 +292,7 @@ do_$(SHLIB_TARGET):
LIBDEPS
=
"
$$
libs
$(EX_LIBS)
"
\
LIBRPATH
=
"
$(INSTALLTOP)
/lib"
\
link_a.
$(SHLIB_TARGET)
;
\
libs
=
"
$$
libs -l
$$
i
"
;
\
libs
=
"
-l
$$
i
$$
libs
"
;
\
done
openssl.pc
:
Makefile.ssl
...
...
apps/Makefile.ssl
浏览文件 @
c1269c81
...
...
@@ -19,6 +19,7 @@ PERL= perl
RM
=
rm
-f
# KRB5 stuff
KRB5_INCLUDES
=
LIBKRB5
=
PEX_LIBS
=
EX_LIBS
=
...
...
test/Makefile.ssl
浏览文件 @
c1269c81
...
...
@@ -16,6 +16,9 @@ MAKE= $(NEWMAKE) -f $(MAKEFILE)
MAKEDEPPROG
=
makedepend
MAKEDEPEND
=
$(TOP)
/util/domd
$(TOP)
-MD
$(MAKEDEPPROG)
PERL
=
perl
# KRB5 stuff
KRB5_INCLUDES
=
LIBKRB5
=
PEX_LIBS
=
EX_LIBS
=
#-lnsl -lsocket
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录