Skip to content

Commit caef7e8

Browse files
committed
fix: also export LD_RUN_PATH
1 parent 14272dd commit caef7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ configure_buildpack_env_vars() {
166166
export LIBRARY_PATH="${BUILD_TARGET_DIR}/lib:${LIBRARY_PATH:-/usr/local/lib}"
167167
export SYBASE="${APP_TARGET_DIR}"
168168
# give environment to later buildpacks
169-
export | grep -E -e ' (PATH|LD_LIBRARY_PATH|LIBRARY_PATH|FREETDS_DIR|SYBASE)=' > "${LP_DIR}/export"
169+
export | grep -E -e ' (PATH|LD_LIBRARY_PATH|LD_RUN_PATH|LIBRARY_PATH|FREETDS_DIR|SYBASE)=' > "${LP_DIR}/export"
170170

171171
echo "configured BUILDPACK env vars:" | indent
172172
indent < "${LP_DIR}/export"

0 commit comments

Comments
 (0)