Skip to content

Instantly share code, notes, and snippets.

@alhafoudh
Created July 2, 2013 06:22
Show Gist options
  • Save alhafoudh/5907137 to your computer and use it in GitHub Desktop.
Save alhafoudh/5907137 to your computer and use it in GitHub Desktop.
Create postgresql-9.2.4 vendor binary for Heroku xxx buildpack
wget http://ftp.postgresql.org/pub/source/v9.2.4/postgresql-9.2.4.tar.bz2
tar xjf postgresql-9.2.4.tar.bz2
vulcan create
vulcan build -v -n postgresql-9.2.4 -s ./postgresql-9.2.4 -c "./configure --prefix /app/vendor/postgresql-9.2.4 --enable-thread-safety --without-docdir --with-openssl && make install"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment