diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-13 08:25:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-13 08:25:18 +0700 |
commit | 1ff1d45f7d9061ad67e621a3f9ce04d41fcb43dd (patch) | |
tree | bb01655a37cd527f83bd246656cfa100ff09b243 /libraries/xmlsec/xmlsec.SlackBuild | |
parent | 57c610fe8f2726be0d996b8f19454a58b0410ef0 (diff) |
libraries/xmlsec: Add patch for libxml2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/xmlsec/xmlsec.SlackBuild')
-rw-r--r-- | libraries/xmlsec/xmlsec.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/xmlsec/xmlsec.SlackBuild b/libraries/xmlsec/xmlsec.SlackBuild index 5b2c9102b2f4..0cbe2b5909f7 100644 --- a/libraries/xmlsec/xmlsec.SlackBuild +++ b/libraries/xmlsec/xmlsec.SlackBuild @@ -77,6 +77,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +patch -p1 < $CWD/libxml2.patch CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |