Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Don't attempt to read elf hints on linux
Sam Clegg committed 10 years ago
commit cabe8be6e4b4d7da2b140cd3182bf70379841115
parent baec4af
1 file changed +2 -0
modified libpkg/elfhints.c
@@ -321,7 +321,9 @@ int shlib_list_from_rpath(const char *rpath_str, const char *dirpath)
int 
shlib_list_from_elf_hints(const char *hintsfile)
{
+
#ifndef __linux__
	read_elf_hints(hintsfile, 1);
+
#endif

	return (scan_dirs_for_shlibs(&shlibs, ndirs, dirs, true));
}