Skip to content

Commit 055802e

Browse files
committed
Added option --add-rpath
1 parent 62e8db4 commit 055802e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/add-rpath.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ cp libbar.so ${SCRATCH}/libsB/
1212

1313
../src/patchelf --force-rpath --add-rpath $(pwd)/${SCRATCH}/libsA ${SCRATCH}/main
1414
../src/patchelf --force-rpath --add-rpath $(pwd)/${SCRATCH}/libsB ${SCRATCH}/main
15-
#patchelf --add-rpath $(pwd)/${SCRATCH}/libsA ${SCRATCH}/main
16-
#patchelf --add-rpath $(pwd)/${SCRATCH}/libsB ${SCRATCH}/main
1715

1816
if test "$(uname)" = FreeBSD; then
1917
export LD_LIBRARY_PATH=$(pwd)/${SCRATCH}/libsB

0 commit comments

Comments
 (0)