]> git.pld-linux.org Git - packages/ruby-ffi.git/commitdiff
be sure system libffi is used auto/th/ruby-ffi-1.8.1-2
authorElan Ruusamäe <glen@delfi.ee>
Mon, 11 Aug 2014 20:49:10 +0000 (23:49 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 11 Aug 2014 20:49:10 +0000 (23:49 +0300)
ruby-ffi.spec

index 44d2a4643764168d895cf9c0c3362a6f6e2f1c2b..ab00034b3e53a42bd7ae62049f705a7fcd4b18fd 100644 (file)
@@ -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 .
 
This page took 0.076536 seconds and 4 git commands to generate.