Skip to content

Commit

Permalink
Merge pull request #1188 from markbrown314/issue_1162
Browse files Browse the repository at this point in the history
configury: Fixed disable-rpath
  • Loading branch information
markbrown314 authored Mar 6, 2025
2 parents 767fe2a + bba5b25 commit 5c52aa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,8 @@ LIBS="$LIBS $pmi_LIBS"
WRAPPER_COMPILER_EXTRA_LDFLAGS="$WRAPPER_COMPILER_EXTRA_LDFLAGS $pmi_LDFLAGS $aslr_LDFLAGS"
WRAPPER_COMPILER_EXTRA_LIBS="$WRAPPER_COMPILER_LIBS $pmi_LIBS"

AS_IF([test "$enable_rpath" = "no"], [hardcode_into_libs="no"], [])

# Need the libtool binary before setting up rpath
LT_OUTPUT

Expand Down

0 comments on commit 5c52aa5

Please sign in to comment.