summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-05-18 14:51:44 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-08-09 18:18:48 +0200
commit9a7472aeb9cdf5b7b83b338fa3c25909f9b57fed (patch)
treebddb21d831007ee369e8c8110ec4170d2946be80
parent49f76ec184c6d4e2be8a6c4fadc4a8d4b2ec9547 (diff)
add celt patch to ignore tests/
On OSX, binaries in tests/ fail to link because they try to use some hidden symbols. Since they are only test programs and celt 0.5.1.3 is really old, just skip building of tests/ on OSX.
-rw-r--r--modulesets/spice.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 44a6602..073c07a 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -28,9 +28,9 @@
<tarball id="celt" version="0.5.1.3">
<source href="http://downloads.us.xiph.org/releases/celt/celt-0.5.1.3.tar.gz"
hash="sha256:fc2e5b68382eb436a38c3104684a6c494df9bde133c139fbba3ddb5d7eaa6a2e"
- md5sum="67e7b5e45db57a6f1f0a6962f5ecb190" size="440772"/>
- <dependencies>
- </dependencies>
+ md5sum="67e7b5e45db57a6f1f0a6962f5ecb190" size="440772">
+ <patch file="http://people.freedesktop.org/~teuf/spice-gtk-osx/celt-0.5.1.3-dont-recurse-into-tests.patch" strip="1"/>
+ </branch>
</tarball>
<autotools id="spice-server" autogenargs="--enable-werror --enable-smartcard --with-sasl --disable-client" >