Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix ABI support in PACKAGESITE causing assertion
Bryan Drewery committed 13 years ago
commit 02e2de3e757ebfc5b95051094bd5f486bcebf955
parent 819f44f
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)