File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8787 echo "::group::Dependencies installation"
8888 sudo -E pkg install -y \
8989 autoconf automake gettext-tools gmake libtool pkgconf \
90- ldb25 popt samba416 talloc tdb tevent adcli libfido2 \
90+ ldb25 popt samba416 talloc tdb tevent adcli realmd libfido2 \
9191 bind-tools c-ares ding-libs git jose libinotify libuuid libxml2 \
9292 libxslt krb5 pcre2 python3 xmlcatmgr docbook-xsl \
9393 py311-setuptools \
9898 autoreconf -f -i
9999
100100 env CFLAGS=-isystem/usr/local/include \
101- CPPFLAGS='-isystem/usr/local/include -DRENEWAL_PROG_PATH="/usr/local/sbin/adcli" ' \
101+ CPPFLAGS='-isystem/usr/local/include' \
102102 LDFLAGS=-L/usr/local/lib \
103103 KRB5_CONFIG=/usr/local/bin/krb5-config \
104104 SOFTHSM2_PATH=/usr/local/lib/softhsm/libsofthsm2.so \
@@ -110,6 +110,8 @@ jobs:
110110 --without-selinux \
111111 --without-nfsv4-idmapd-plugin \
112112 --with-smb-idmap-interface-version=6 \
113+ --with-adcli-path=${LOCALBASE}/sbin/adcli \
114+ --with-realm-path=${LOCALBASE}/sbin/realm \
113115 --with-xml-catalog-path=/usr/local/share/xml/catalog \
114116 --with-passkey
115117 echo "::endgroup::"
You can’t perform that action at this time.
0 commit comments