Skip to content

Instantly share code, notes, and snippets.

@bouriate
Last active March 2, 2016 16:35
Show Gist options
  • Save bouriate/81ac44f63c0107f2c74f to your computer and use it in GitHub Desktop.
Save bouriate/81ac44f63c0107f2c74f to your computer and use it in GitHub Desktop.
/opt/bitnami/scripts/build-setenv.sh
#!/bin/sh
LDFLAGS="-L/opt/bitnami/common/lib $LDFLAGS"
export LDFLAGS
CFLAGS="-I/opt/bitnami/common/include/ImageMagick -I/opt/bitnami/common/include $CFLAGS"
export CFLAGS
CXXFLAGS="-I/opt/bitnami/common/include/freetype2 -I/opt/bitnami/common/include $CXXFLAGS"
export CXXFLAGS
PKG_CONFIG_PATH="/opt/bitnami/common/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig/:/usr/share/pkgconfig/"
export PKG_CONFIG_PATH
FONTCONFIG_PATH="/opt/bitnami/common/etc/fonts"
export FONTCONFIG_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment