diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-15 17:17:14 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-15 17:17:14 -0400 |
| commit | 6d68174bdd5bcd1a7e1a6161b578cd39eaf03bef (patch) | |
| tree | 32ad5551c5eef5fdca19ca4a86b7a2ed92e8e9aa | |
| parent | aa15cd8d19bb79571e95cb8545cd88b71446ecba (diff) | |
Remove rpath=$ORIGIN
| -rw-r--r-- | src/tomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
