summaryrefslogtreecommitdiffstats
path: root/rpminfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpminfo.c')
-rw-r--r--rpminfo.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/rpminfo.c b/rpminfo.c
index 53e4c6a..2eb3e0c 100644
--- a/rpminfo.c
+++ b/rpminfo.c
@@ -326,13 +326,15 @@ static int haveIndex(zend_long tag) {
tag == RPMDBI_INSTALLTID ||
tag == RPMDBI_SIGMD5 ||
tag == RPMDBI_SHA1HEADER ||
- tag == RPMDBI_INSTFILENAMES ||
+#ifdef HAVE_WEAKDEP
tag == RPMDBI_FILETRIGGERNAME ||
tag == RPMDBI_TRANSFILETRIGGERNAME ||
tag == RPMDBI_RECOMMENDNAME ||
tag == RPMDBI_SUGGESTNAME ||
tag == RPMDBI_SUPPLEMENTNAME ||
- tag == RPMDBI_ENHANCENAME) {
+ tag == RPMDBI_ENHANCENAME ||
+#endif
+ tag == RPMDBI_INSTFILENAMES) {
return 1;
}
return 0;