1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Revert LD_LIBRARY_PATH= in unrealircd script, as we use -rpath for that.

This commit is contained in:
Bram Matthys
2021-09-24 16:57:52 +02:00
parent baa07b179f
commit 4397450bd0
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -17,7 +17,6 @@ if [ "$1" = "start" ] ; then
# When built with --with-asan, ASan does not dump core by default because
# older gcc/clang might dump a 16TB core file. We explicitly enable it here.
export ASAN_OPTIONS="abort_on_error=1:disable_coredump=0:unmap_shadow_on_exit=1:log_path=@TMPDIR@/unrealircd_asan:detect_leaks=0"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:@PRIVATELIBDIR@"
# Check if ~/Unrealxxx/unrealircd.conf exists but the file
# ~/unrealircd/conf/unrealircd.conf does not.