Fix a race condition when building flex by patching with the -Z flag
This commit is contained in:
parent
2b73842751
commit
56353fb87d
1 changed files with 6 additions and 0 deletions
|
@ -135,6 +135,12 @@
|
|||
<xsl:text> &&
</xsl:text>
|
||||
</xsl:if>
|
||||
</xsl:when>
|
||||
<xsl:when test="contains(string(),'debian_fixes')">
|
||||
<xsl:value-of select="substring-before(string(),'patch')"/>
|
||||
<xsl:text>patch -Z</xsl:text>
|
||||
<xsl:value-of select="substring-after(string(),'patch')"/>
|
||||
<xsl:text> 
</xsl:text>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:apply-templates/>
|
||||
<xsl:if test="not(contains(string(),'check')) and
|
||||
|
|
Reference in a new issue