Skip to content

Instantly share code, notes, and snippets.

@crohr
Created January 24, 2014 10:17
Show Gist options
  • Save crohr/8594970 to your computer and use it in GitHub Desktop.
Save crohr/8594970 to your computer and use it in GitHub Desktop.
anvil-ruby-buildpack-precise
#!/bin/sh
# capture root dir
root=$(pwd)
# change into subdir of archive
cd $root/yaml-*
env CFLAGS=-fPIC ./configure --enable-static --disable-shared --prefix=/app/vendor
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment