Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Explicitly limit ELF hints to DragonFly and FreeBSD
jrmarino committed 9 years ago
commit c5d2c86833a31f7646b276f4b5dd31875f45945a
parent c4ce44d885d23b1bc9d06e294ff8bae02eb73f65
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