Skip to content

Commit 0411747

Browse files
committed
force rpath of prefix lib directory to avoid conflicts
1 parent 3e25463 commit 0411747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ AC_ARG_ENABLE(rpath,
5555
)
5656
if test "$WITH_RPATH" = "yes"
5757
then
58-
LDFLAGS="$RPATH_FLAGS $LDFLAGS"
58+
LDFLAGS="-Wl,-rpath=${prefix}/lib $RPATH_FLAGS $LDFLAGS"
5959
else
6060
LDFLAGS="$LDFLAGS"
6161
fi

0 commit comments

Comments
 (0)