Prepend optional directories to LD_LIBRARY_PATH instead of PATH

This commit is contained in:
Pablo Marcos Oltra 2018-01-06 23:38:46 +01:00
parent aeec550898
commit aa5b314346
4 changed files with 22 additions and 20 deletions

View file

@ -1,7 +1,7 @@
#ifndef CHEKRT_H
#define CHECKRT_H
extern char *optional;
extern char *optional_ld_library_path;
extern char *optional_ld_preload;
extern void checkrt(char *usr_in_appdir);