Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
shlibs: only requires things which starts with "lib"
Baptiste Daroussin committed 1 year ago
commit 00658e13559651ffaf264e34a9e57e2fdfd26043
parent 0fcd48e99c37b7d9666397eebf0dea7fb3649bf9
1 file changed +2 -0
modified libpkg/pkg_elf.c
@@ -238,6 +238,8 @@ analyse_elf(struct pkg *pkg, const char *fpath)
			 */
			if (*shlib == '/')
				continue;
+
			if (strncmp(shlib, "lib", 3) != 0)
+
				continue;
			pkg_addshlib_required(pkg, shlib, flags);
		}
	}