Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix not loading plugins when compilation has been made static
Baptiste Daroussin committed 11 years ago
commit efd65a842f3d67b546ee6d95621c2a2ff1896c12
parent 99911c14c62eb2098f1c6a554dc63a151408d229
1 file changed +1 -1
modified libpkg/pkg_config.c
@@ -446,7 +446,7 @@ disable_plugins_if_static(void)

	/* if dlh is NULL then we are in static binary */
	if (dlh == NULL)
-
		ucl_object_replace_key(config, ucl_object_frombool(false), "ENABLE_PLUGINS", 14, false);
+
		ucl_object_replace_key(config, ucl_object_frombool(false), "PKG_ENABLE_PLUGINS", 18, false);
	else
		dlclose(dlh);