Skip to content

Commit

Permalink
Removes unneeded rpath flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Oct 20, 2023
1 parent 14dce2b commit 5d7ab91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/stream/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ lib_LTLIBRARIES = libdyad_fstream.la

libdyad_fstream_la_SOURCES = dyad_stream_core.cpp
libdyad_fstream_la_LDFLAGS = \
-Wl,-rpath,'$(UCX_LIBDIR)' \
$(AM_LDFLAGS) \
-avoid-version \
-no-undefined
Expand Down
1 change: 0 additions & 1 deletion src/wrapper/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
lib_LTLIBRARIES = dyad_wrapper.la
dyad_wrapper_la_SOURCES = wrapper.c
dyad_wrapper_la_LDFLAGS = \
-Wl,-rpath,'$(UCX_LIBDIR)' \
$(AM_LDFLAGS) \
-module \
-avoid-version \
Expand Down

0 comments on commit 5d7ab91

Please sign in to comment.