aboutsummaryrefslogtreecommitdiff
path: root/security/sssd
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2021-09-28 11:56:43 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2021-09-29 19:04:39 +0000
commit5945f7dd94e4a347f4ae3b32cf17222c988674ad (patch)
treef058fad6d3efb1b7ff53b04be3d9c962332e2326 /security/sssd
parente0eccb7bba0bef8801b0bb8ba4036bf224097cf5 (diff)
downloadports-5945f7dd94e4a347f4ae3b32cf17222c988674ad.tar.gz
ports-5945f7dd94e4a347f4ae3b32cf17222c988674ad.zip
security/sssd: Fix build with automake 1.16.4
Approved by: portmgr (antoine)
Diffstat (limited to 'security/sssd')
-rw-r--r--security/sssd/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \