Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Explicitly limit ELF hints to DragonFly and FreeBSD
jrmarino committed 9 years ago
commit c5d2c86833a31f7646b276f4b5dd31875f45945a
parent c4ce44d
1 file changed +1 -1
modified libpkg/elfhints.c
@@ -310,7 +310,7 @@ int shlib_list_from_rpath(const char *rpath_str, const char *dirpath)
int 
shlib_list_from_elf_hints(const char *hintsfile)
{
-
#if !(defined __linux__ || defined __NetBSD__)
+
#if defined __FreeBSD__ || defined __DragonFly__
	read_elf_hints(hintsfile, 1);
#endif