git: 5945f7dd94e4 - main - security/sssd: Fix build with automake 1.16.4
Tijl Coosemans
tijl at FreeBSD.org
Wed Sep 29 19:09:09 UTC 2021
The branch main has been updated by tijl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5945f7dd94e4a347f4ae3b32cf17222c988674ad
commit 5945f7dd94e4a347f4ae3b32cf17222c988674ad
Author: Tijl Coosemans <tijl at FreeBSD.org>
AuthorDate: 2021-09-28 11:56:43 +0000
Commit: Tijl Coosemans <tijl at FreeBSD.org>
CommitDate: 2021-09-29 19:04:39 +0000
security/sssd: Fix build with automake 1.16.4
Approved by: portmgr (antoine)
---
security/sssd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/sssd/Makefile b/security/sssd/Makefile
index 7b0679bee5e6..73e0055fe3f0 100644
--- a/security/sssd/Makefile
+++ b/security/sssd/Makefile
@@ -37,7 +37,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-selinux --without-semanage \
--without-libnl --without-nfsv4-idmapd-plugin \
--without-autofs --without-secrets --without-kcm \
- --without-python2-bindings \
+ --without-python2-bindings --with-python-prefix=${PREFIX} \
--with-init-dir=no \
--disable-cifs-idmap-plugin \
--with-unicode-lib=libunistring \
More information about the dev-commits-ports-all
mailing list