Skip to content
Snippets Groups Projects
Commit 6b1178ea authored by deuce's avatar deuce
Browse files

Use -rpath in addition to LD_RUN_PATH. It seems some linkers only support

one or the other.
parent 95558291
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ else
endif
endif
export LD_RUN_PATH
LDFLAGS += -rpath $(LD_RUN_PATH)
CON_LIBS += -lsbbs -lftpsrvr -lwebsrvr -lmailsrvr -lservices
SHLIBOPTS := -shared
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment