From 3e18baaa97f460697684c8369eb8bb1a0cf405fc Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 5 Jun 2019 18:36:00 +0000 Subject: [PATCH] It seems at least some versions of g++ don't support -rpath. --- src/sbbs3/GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile index abe8b75d76..6cc8e81371 100644 --- a/src/sbbs3/GNUmakefile +++ b/src/sbbs3/GNUmakefile @@ -84,7 +84,6 @@ else endif endif export LD_RUN_PATH -LDFLAGS += -rpath $(LD_RUN_PATH) CON_LIBS += -lsbbs -lftpsrvr -lwebsrvr -lmailsrvr -lservices SHLIBOPTS := -shared -- GitLab