Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
I should probably work my math
Baptiste Daroussin committed 11 years ago
commit 6da09b75c744b6cf210e2e88bfd68011e4c85244
parent f92763f
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)