Update autotools files to fix build
This commit is contained in:
parent
617dd504a0
commit
205fb21268
@ -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])])
|
||||
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user