1 Star 0 Fork 11

康少强/java-service-wrapper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Use-RPM_OPT_FLAGS-on-s390x.patch 787 Bytes
一键复制 编辑 原始数据 按行查看 历史
康少强 提交于 2020-10-28 14:36 +08:00 . package init
From 7e5334b655c05abb138da742c26df875a0d6ec0c Mon Sep 17 00:00:00 2001
From: Troy Dawson <tdawson@redhat.com>
Date: Tue, 27 Feb 2018 11:54:16 -0600
Subject: [PATCH] Use RPM_OPT_FLAGS on s390x
---
src/c/Makefile-linux-s390x-64.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/c/Makefile-linux-s390x-64.make b/src/c/Makefile-linux-s390x-64.make
index 4360f38..08c097f 100644
--- a/src/c/Makefile-linux-s390x-64.make
+++ b/src/c/Makefile-linux-s390x-64.make
@@ -23,7 +23,7 @@
# This makefile is inprogess. It builds, but the resulting libwrapper.so does not yet work.
# If you know how to fix it then please help out.
-COMPILE = gcc -O3 -fPIC -Wall --pedantic
+COMPILE = gcc ${RPM_OPT_FLAGS} -fPIC --pedantic
INCLUDE=$(JAVA_HOME)/include
--
2.14.2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kang_xiao_qiang/java-service-wrapper.git
git@gitee.com:kang_xiao_qiang/java-service-wrapper.git
kang_xiao_qiang
java-service-wrapper
java-service-wrapper
master

搜索帮助