Commit e295f7d8 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

component/libffi: add support for riscv architecture

by default on riscv architecture, the libffi.so will be placed in
lib/lp64d but everywhere else in buildout (and especially for the
compilation of python3) we expect the lib to be in lib/ directory.
parent 409d095e
......@@ -16,6 +16,7 @@ patch-options = -p1
patches =
${:_profile_base_location_}/libdir.patch#f7274250c8ca43b10e7fc968f730b833
configure-options =
--disable-multi-os-directory
--disable-static
--enable-portable-binary
--with-gcc-arch=generic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment