summaryrefslogtreecommitdiff
path: root/db-index-format.patch
blob: 76d9de0259aca69e40ca3a8c8eb0c640ff63c8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- poldek-0.42.2/pm/rpmorg/rpmdb_depdirs.c~	2020-10-21 15:02:08.000000000 +0200
+++ poldek-0.42.2/pm/rpmorg/rpmdb_depdirs.c	2020-10-21 15:02:22.244854642 +0200
@@ -74,9 +74,7 @@
     
     index = "Requirename";
 
-#ifdef HAVE_RPM_5
     dbtype = DB_BTREE; /* XXX: should be detected at runtime */
-#endif
     if (rootdir == NULL)
         rootdir = "/";