-
Problem report
-
Resolution: Cannot Reproduce
-
Trivial
-
None
-
4.4.7
-
None
-
FreeBSD sandbox 12.1-RELEASE-p1 FreeBSD 12.1-RELEASE-p1 GENERIC amd64
Script 'configure' did not recognize full path to pkg-config on my FreeBSD12 jail during net-mgmt/zabbbix44-server port build.
The problem is in lookup a full path to pkg-config. The pkg-config port is installed.
When I changed (see patch below) detected $PKG_CONFIG to full path, configure finished successfully and port built too.
{{— /usr//obj/usr/ports/net-mgmt/zabbix44-server/work/zabbix-4.4.7/configure.orig 2020-05-01 02:09:30.575618000 +0000}} {{+++ /usr/obj/usr/ports/net-mgmt/zabbix44-server/work/zabbix-4.4.7/configure 2020-05-01 02:11:29.872901000 +0000}} @@ -9663 +9663 @@ - if test -x "$PKG_CONFIG"; then + if test -x "/usr/local/bin/pkg-config"; then