diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2021-09-28 11:56:43 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2021-09-29 19:04:39 +0000 |
commit | 5945f7dd94e4a347f4ae3b32cf17222c988674ad (patch) | |
tree | f058fad6d3efb1b7ff53b04be3d9c962332e2326 | |
parent | e0eccb7bba0bef8801b0bb8ba4036bf224097cf5 (diff) | |
download | ports-5945f7dd94e4a347f4ae3b32cf17222c988674ad.tar.gz ports-5945f7dd94e4a347f4ae3b32cf17222c988674ad.zip |
security/sssd: Fix build with automake 1.16.4
Approved by: portmgr (antoine)
-rw-r--r-- | security/sssd/Makefile | 2 |
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 \ |