mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-02 13:33:20 +03:00
Add local wildcard to version script
According to some reports, this seems to be required on Solaris.
This commit is contained in:
@@ -44,6 +44,13 @@
|
||||
<xsl:apply-templates select="."/>
|
||||
</xsl:for-each>
|
||||
|
||||
<xsl:if test="not($prev)">
|
||||
<xsl:text>
|
||||
local:
|
||||
*;
|
||||
</xsl:text>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:text>} </xsl:text>
|
||||
<xsl:if test="$prev">
|
||||
<xsl:text>LIBXML2_</xsl:text>
|
||||
|
||||
Reference in New Issue
Block a user