Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 19:09:08 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5945f7dd94e4 - main - security/sssd: Fix build with automake 1.16.4
Message-ID:  <202109291909.18TJ98T4031128@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5945f7dd94e4a347f4ae3b32cf17222c988674ad

commit 5945f7dd94e4a347f4ae3b32cf17222c988674ad
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2021-09-28 11:56:43 +0000
Commit:     Tijl Coosemans <tijl@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109291909.18TJ98T4031128>