We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14272dd commit caef7e8Copy full SHA for caef7e8
bin/compile
@@ -166,7 +166,7 @@ configure_buildpack_env_vars() {
166
export LIBRARY_PATH="${BUILD_TARGET_DIR}/lib:${LIBRARY_PATH:-/usr/local/lib}"
167
export SYBASE="${APP_TARGET_DIR}"
168
# give environment to later buildpacks
169
- export | grep -E -e ' (PATH|LD_LIBRARY_PATH|LIBRARY_PATH|FREETDS_DIR|SYBASE)=' > "${LP_DIR}/export"
+ export | grep -E -e ' (PATH|LD_LIBRARY_PATH|LD_RUN_PATH|LIBRARY_PATH|FREETDS_DIR|SYBASE)=' > "${LP_DIR}/export"
170
171
echo "configured BUILDPACK env vars:" | indent
172
indent < "${LP_DIR}/export"
0 commit comments