[Bug 253176] security/sssd: Fails to build: ld: error: unable to find library -lpython3.7m

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 23 15:29:52 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253176

Timmons C. Player <timmons at monkeyplayground.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timmons at monkeyplayground.ne
                   |                            |t

--- Comment #3 from Timmons C. Player <timmons at monkeyplayground.net> ---
I was able to work around the linking issue by adding the following to my
make.conf file for poudriere...

---

.if ${.CURDIR:M*/security/sssd}
LDFLAGS+=-L/usr/local/lib
.endif

---

However, I then ran into a packaging issue related to having krb5-1.19 instead
of krb5-1.18. This required updating
security/sssd/files/patch-src__external__pac_responder.m4 to allow for Kerberos
version 1.19. I noticed a similar change was recently made for version 1.18 in
ports r557829.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list