diff options
author | jim-p <jimp@pfsense.org> | 2012-06-22 16:03:37 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-06-22 16:03:37 -0400 |
commit | 7f01008915ca3b58fa8cb8579a2819270e2f092b (patch) | |
tree | ce0f97520b1fa1dc60ff3b069c32bd3e4fd42ccd | |
parent | a08fc6cbec7f1f1432215e63988e566b62e00931 (diff) | |
download | pfsense-packages-7f01008915ca3b58fa8cb8579a2819270e2f092b.tar.gz pfsense-packages-7f01008915ca3b58fa8cb8579a2819270e2f092b.tar.bz2 pfsense-packages-7f01008915ca3b58fa8cb8579a2819270e2f092b.zip |
Repeat that last change for amd64
-rw-r--r-- | pkg_config.8.xml.amd64 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index f9f1757b..27e6033b 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1055,6 +1055,11 @@ <build_port_path>/usr/ports/databases/mysql55-client</build_port_path> <build_port_path>/usr/ports/databases/postgresql91-client</build_port_path> <build_port_path>/usr/ports/net/freeradius2</build_port_path> + <!-- Try to use the new PBI build syntax here, it may help it pick up the right libs inside the single PBI rather than using multiple. --> + <build_pbi> + <ports_before>security/heimdal net/openldap24-sasl-client</ports_before> + <port>net/freeradius2</port> + </build_pbi> <build_options>WITH_KERBEROS=yes WITH_MYSQL=yes WITH_PGSQL=yes WITH_PERL=yes WITH_PYTHON=yes WITH_LDAP=yes</build_options> </package> <package> |