Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
I should probably work my math
Baptiste Daroussin committed 11 years ago
commit 6da09b75c744b6cf210e2e88bfd68011e4c85244
parent f92763f262d7fc6fd71bc7815b21284e8c370838
1 file changed +1 -1
modified libpkg/pkg_elf.c
@@ -90,7 +90,7 @@ filter_system_shlibs(const char *name, char *path, size_t pathlen)

	/* match /lib, /lib32, /usr/lib and /usr/lib32 */
	if (strncmp(shlib_path, "/lib", 4) == 0 ||
-
	    strncmp(shlib_path, "/usr/lib", 7) == 0)
+
	    strncmp(shlib_path, "/usr/lib", 8) == 0)
		return (EPKG_END); /* ignore libs from base */

	if (path != NULL)