src/import-rpmdb.c
changeset 475 008c75a5e08d
parent 438 fab0b8a61dcb
child 476 48e45439fd9a
     1.1 --- a/src/import-rpmdb.c	Wed Aug 20 18:57:52 2014 +0100
     1.2 +++ b/src/import-rpmdb.c	Mon Jul 04 10:48:18 2016 +0100
     1.3 @@ -24,6 +24,10 @@
     1.4  #include <string.h>
     1.5  #include <fcntl.h>
     1.6  #include <limits.h>
     1.7 +/*
     1.8 + * Enable rpm 4.4 compatibility mode, see http://rpm.org/wiki/Releases/4.6.0
     1.9 + */
    1.10 +#define _RPM_4_4_COMPAT
    1.11  #include <rpm/rpmlib.h>
    1.12  #include <rpm/rpmdb.h>
    1.13