forked from pool/systemtap
1bde4080f5
- Update to version 3.1. See systemtap.spec for changelog Added patch: systemtap-doc-back-down-gettext-version.diff - Update to version 3.1 Update keyring with new key Changelog: https://sourceware.org/ml/systemtap/2017-q1/msg00106.html OBS-URL: https://build.opensuse.org/request/show/483191 OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=85
24 lines
700 B
Diff
24 lines
700 B
Diff
From: Jeff Mahoney <jeffm@suse.com>
|
|
Subject: systemtap: back down gettext requirement to 0.19.2
|
|
Patch-mainline: Never, requirement of old release
|
|
|
|
Upstream commit 42973bd25b4 (gettextize to gettext 0.19) doesn't give a
|
|
reason to update gettext, but it breaks autoconf on SLES 12.
|
|
|
|
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -34,7 +34,7 @@ AC_SYS_LARGEFILE
|
|
AC_CHECK_FUNCS(ppoll)
|
|
AC_CHECK_FUNCS(openat)
|
|
AM_GNU_GETTEXT(external)
|
|
-AM_GNU_GETTEXT_VERSION([0.19.4])
|
|
+AM_GNU_GETTEXT_VERSION([0.19.2])
|
|
|
|
if test "x$GMSGFMT" = "x:"; then
|
|
AC_MSG_ERROR([missing gnu /usr/bin/msgfmt])
|