7 Star 0 Fork 7

src-openEuler/powertop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
powertop-2.15-gettext-0.19.patch 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 2025-01-07 01:24 . fix build with latest gettext
--- powertop-2.15/configure.ac.orig 2025-01-07 00:36:37.491841200 +0800
+++ powertop-2.15/configure.ac 2025-01-07 00:37:15.629889400 +0800
@@ -26,7 +26,11 @@
AC_SUBST([GETTEXT_PACKAGE])
AM_SILENT_RULES([yes])
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.18.2])
+dnl Support for _REQUIRE_VERSION was added in gettext 0.19.6. If both
+dnl _REQUIRE_VERSION and _VERSION are present, the _VERSION is ignored.
+dnl We use both for compatibility with other programs in the Autotools family.
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6])
+AM_GNU_GETTEXT_VERSION([0.19.6])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AX_REQUIRE_DEFINED([AX_ADD_FORTIFY_SOURCE])
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/powertop.git
git@gitee.com:src-openeuler/powertop.git
src-openeuler
powertop
powertop
master

搜索帮助