Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix ABI support in PACKAGESITE causing assertion
Bryan Drewery committed 13 years ago
commit 02e2de3e757ebfc5b95051094bd5f486bcebf955
parent 819f44f36781e4c85f5fceab53f6574c410d7b70
1 file changed +2 -1
modified libpkg/pkg_config.c
@@ -796,11 +796,12 @@ pkg_init(const char *path)
	yaml_document_delete(&doc);
	yaml_parser_delete(&parser);

-
	subst_packagesite();
	disable_plugins_if_static();

	parsed = true;

+
	subst_packagesite();
+

	/* Start the event pipe */
	pkg_config_string(PKG_CONFIG_EVENT_PIPE, &evpipe);
	if (evpipe != NULL)