chef / dep-selector-libgecode

Bundled Gecode Libraries for dep-selector
Apache License 2.0
11 stars 26 forks source link

Fix gecode configure script error on BSD systems. #51

Closed jan0sch closed 8 years ago

jan0sch commented 8 years ago

On systems running a flavor of BSD the link /bin/sh does usually not link to a bash like on most linux systems. Using env to locate the proper shell fixes an configure error which occurs otherwise:

configure: 11561: Syntax error: word unexpected (expecting ")")
lamont-granquist commented 8 years ago

not accepting patches against the vendored libgecode directly since this forks libgecode and we don't want to go down the yajl-ruby route.

this could be extracted to a rake task that patched it, or the upstream v4 libgecode could be pulled in after dep-selector supports that