Joshua M. Clulow
2020-09-26 b25ecf0ce898d1acc65c0752cb94abf39fba9b2d
components/cluster/pcs/patches/012-pcsd-Makefile.patch
@@ -4,7 +4,8 @@
 FFI_VERSION="1.9.25"
-FFI_C_DIR=vendor/bundle/ruby/gems/ffi-${FFI_VERSION}/ext/ffi_c
 
 build_gems: get_gems
-build_gems: get_gems
+build_gems:
    bundle install --local --deployment
-   #ffi makes symlink with absolute path. Let's change it to relative path.
-   for fname in `ls ${FFI_C_DIR}/libffi-*/include/ffitarget.h`; do \