Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Improve debugging output some more
Matthew Seaman committed 14 years ago
commit 48c36b97a5698da856ce6c80cfa505b610d10fcb
parent 9ad882b905a521d32d479880564108f753fd4888
1 file changed +1 -1
modified libpkg/pkg_elf.c
@@ -180,7 +180,7 @@ analyse_elf(const char *fpath, const char ***namelist)
		osname = (const char *) data->d_buf + sizeof(Elf_Note);
		if (strncasecmp(osname, "freebsd", sizeof("freebsd")) != 0) {
			ret = EPKG_END;	/* Foreign (probably linux) ELF object */
-
			pkg_emit_error("ignoring %s ELF object", osname);
+
			pkg_emit_error("Not registering shlibs for %s ELF object %s", osname, fpath);
			goto cleanup;
		}
	}