From 6d68174bdd5bcd1a7e1a6161b578cd39eaf03bef Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 15 Apr 2025 17:17:14 -0400 Subject: Remove rpath=$ORIGIN --- src/tomo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tomo.c') diff --git a/src/tomo.c b/src/tomo.c index cf767d1b..b6b8a03f 100644 --- a/src/tomo.c +++ b/src/tomo.c @@ -69,7 +69,7 @@ static OptionalText_t " -DGC_THREADS" " -I'" TOMO_PREFIX "/include' -I'" TOMO_HOME "/installed' -I/usr/local/include"), ldlibs = Text("-lgc -lm -lgmp -lunistring '"TOMO_PREFIX"'/lib/libtomo.so"), - ldflags = Text("-Wl,-rpath,'$ORIGIN',-rpath,'"TOMO_PREFIX"/lib',-rpath,'" TOMO_HOME "/lib',-rpath,/usr/local/lib " + ldflags = Text("-Wl,-rpath,'"TOMO_PREFIX"/lib',-rpath,'" TOMO_HOME "/lib',-rpath,/usr/local/lib " "-L'" TOMO_HOME "/lib' -L/usr/local/lib"), optimization = Text("2"), cc = Text(DEFAULT_C_COMPILER); -- cgit v1.2.3