[packages/ruby-ffi] be sure system libffi is used
glen
glen at pld-linux.org
Mon Aug 11 22:49:12 CEST 2014
commit 336d53d26ac70bfcef18e3916fb0aeac95c0c121
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Aug 11 23:49:10 2014 +0300
be sure system libffi is used
ruby-ffi.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/ruby-ffi.spec b/ruby-ffi.spec
index 44d2a46..ab00034 100644
--- a/ruby-ffi.spec
+++ b/ruby-ffi.spec
@@ -32,6 +32,9 @@ using Ruby-FFI here: <http://wiki.github.com/ffi/ffi/why-use-ffi>.
%prep
%setup -q -n %{pkgname}-%{version}
+# be sure to use system ffi
+rm -r ext/ffi_c/libffi
+
# ext build
cp -p %{_datadir}/setup.rb .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-ffi.git/commitdiff/336d53d26ac70bfcef18e3916fb0aeac95c0c121
More information about the pld-cvs-commit
mailing list