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 1231843 commit 381f254Copy full SHA for 381f254
bin/compile
@@ -160,10 +160,6 @@ export FREETDS_DIR="${BUILD_TARGET_DIR}"
160
export LD_LIBRARY_PATH="${BUILD_TARGET_DIR}/lib:${LD_LIBRARY_PATH:-/usr/local/lib}"
161
export LD_RUN_PATH="${BUILD_TARGET_DIR}/lib:${LD_LIBRARY_PATH:-/usr/local/lib}"
162
export LIBRARY_PATH="${BUILD_TARGET_DIR}/lib:${LIBRARY_PATH:-/usr/local/lib}"
163
-if command -v /sbin/ldconfig &> /dev/null; then
164
- topic "HACK: Linking /usr/local/lib making the gem build tiny_tds.so linked to libsybdb.so.5"
165
- /sbin/ldconfig /usr/local/lib
166
-fi
167
# give environment to later buildpacks
168
export | grep -E -e ' (PATH|LD_LIBRARY_PATH|LIBRARY_PATH|FREETDS_DIR)=' > "${LP_DIR}/export"
169
0 commit comments