Skip to content

Commit

Permalink
security/sssd2: Fix circular dependency with sudo
Browse files Browse the repository at this point in the history
Re-apply 2f448a8 and remove sudo from the list of dependencies to
fix circular dependency issue when sudo is built with SSSD2 option.
Previous commit was made by dvl@ on now retired sssd-devel port.

PR:		277371
Reported by:	Slawomir Wojciech Wojtczak <vermaden@interia.pl>
Sponsored by:	Rubicon Communications, LLC ("Netgate")
  • Loading branch information
rbgarga committed Feb 28, 2024
1 parent b30c216 commit dbb9923
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions security/sssd2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= sssd
PORTVERSION= 2.9.4
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= security
PKGNAMESUFFIX= 2

Expand Down Expand Up @@ -54,8 +54,7 @@ LIB_DEPENDS= libcares.so:dns/c-ares \
libunistring.so:devel/libunistring \
libuuid.so:misc/e2fsprogs-libuuid

RUN_DEPENDS= cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi \
sudo>0:security/sudo
RUN_DEPENDS= cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi

USES= autoreconf cpe gettext gmake gssapi:bootstrap,flags,mit iconv ldap \
libtool localbase:ldflags pathfix pkgconfig python:3.9+ shebangfix ssl
Expand Down

0 comments on commit dbb9923

Please sign in to comment.