diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-02-24 20:47:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-25 07:30:21 +0700 |
commit | 7e596d2e743e93e73007a1d651a3af10de86540c (patch) | |
tree | bc7024d85938e5560d6bbd97642f65e9d6c80e5a /network | |
parent | 3680fdde19831ff8305370e2b87a85a1af548eb5 (diff) | |
download | slackbuilds-7e596d2e743e93e73007a1d651a3af10de86540c.tar.gz |
network/spice: Fix broken lz4 autodetection.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/spice/spice.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild index d01c9f03d9..cd8f3bf9ea 100644 --- a/network/spice/spice.SlackBuild +++ b/network/spice/spice.SlackBuild @@ -78,6 +78,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix broken (ATM) lz4 autodetection +sed -i "s|129|1.7.3|" spice-common/m4/spice-deps.m4 +autoreconf -fi + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |