Update autotools files to fix build

This commit is contained in:
Silvan Calarco 2019-09-17 16:39:34 +02:00
parent 617dd504a0
commit 205fb21268
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ else
[AC_MSG_ERROR([Can't find libz library in your system])]) [AC_MSG_ERROR([Can't find libz library in your system])])
AC_CHECK_HEADERS(db1/db.h) 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_CHECK_HEADER(rpm/rpmlib.h, [],
[AC_MSG_ERROR([Can't find rpmlib.h in your system])]) [AC_MSG_ERROR([Can't find rpmlib.h in your system])])

View File

@ -9,7 +9,7 @@
# General Public License and is *not* in the public domain. # General Public License and is *not* in the public domain.
# #
# Origin: gettext-0.18.3 # Origin: gettext-0.18.3
GETTEXT_MACRO_VERSION = 0.19 GETTEXT_MACRO_VERSION = 0.20
PACKAGE = @PACKAGE@ PACKAGE = @PACKAGE@
VERSION = @VERSION@ VERSION = @VERSION@