From 205fb21268678a18fd0e01c929d7b6b0f7226f3d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 17 Sep 2019 16:39:34 +0200 Subject: [PATCH] Update autotools files to fix build --- configure.ac | 2 +- po/Makefile.in.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1e6cb83..a670322 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,7 @@ else [AC_MSG_ERROR([Can't find libz library in your system])]) AC_CHECK_HEADERS(db1/db.h) - CPPFLAGS="$CPPFLAGS -I/usr/include/rpm" + CPPFLAGS="$CPPFLAGS -Doff64_t=__off64_t -I/usr/include/rpm" AC_CHECK_HEADER(rpm/rpmlib.h, [], [AC_MSG_ERROR([Can't find rpmlib.h in your system])]) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index c7e5cb8..3de86a4 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -9,7 +9,7 @@ # General Public License and is *not* in the public domain. # # Origin: gettext-0.18.3 -GETTEXT_MACRO_VERSION = 0.19 +GETTEXT_MACRO_VERSION = 0.20 PACKAGE = @PACKAGE@ VERSION = @VERSION@