Skip to content

Commit

Permalink
security/sssd: disable po4a
Browse files Browse the repository at this point in the history
Disable po4a.  It is not an explicit build dependency, nor should
it be.  There is no need to use it to rebuild man pages with the
current (1.16.5) distribution tarball.  And using po4a (currently
0.68) somehow fails to create man pages for some locales.

PR:		267415
Approved by:	portmgr (maintainer timeout, 4+ months)
  • Loading branch information
dlangille committed Nov 5, 2023
1 parent 3f197bb commit b2fdcc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/sssd/Makefile
Expand Up @@ -37,7 +37,8 @@ FLAVOR?= ${FLAVORS:[1]}
smb_PKGNAMESUFFIX= -smb

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-selinux --without-semanage \
CONFIGURE_ARGS= ac_cv_prog_PO4A=no \
--without-selinux --without-semanage \
--without-libnl --without-nfsv4-idmapd-plugin \
--without-autofs --without-secrets --without-kcm \
--without-python2-bindings --with-python-prefix=${PREFIX} \
Expand Down

0 comments on commit b2fdcc9

Please sign in to comment.