]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-rpmtdnext.patch
- enable extension-based-compression-detection in prep (rpm is misdetecting plain...
[packages/rpm.git] / rpm-rpmtdnext.patch
CommitLineData
1c02955f
MB
1--- rpm-5.4.15/lib/rpm46compat.h.rpmtdnext 2015-02-02 21:41:55.016116655 +0100
2+++ rpm-5.4.15/lib/rpm46compat.h 2015-02-02 21:47:06.407763121 +0100
3@@ -223,6 +223,9 @@ static inline int headerGet_RPMorg(Heade
4 rflags &= ~HEADERGET_NOI18NSTRING;
5
6 rc = headerGet(h, (HE_t)he, rflags);
7+
8+ /* XXX: Hack. headerGet() sets he->ix to 0 whereas rpmtdNext expects it to be -1 initially */
9+ he->ix = -1;
10
11 return rc;
12 }
This page took 0.02756 seconds and 4 git commands to generate.