net/xrdp: adjust configure arguments
Set --enable-pam-config=freebsd explicitly. If this is not given, PAM configuration will be autodetected however it might be misdetected on some environments. Quit relying on autodetection. Force rebuild because built packages might include misconfigured pam files as reported in the bugzilla issue.. PR: 248481 Reported by: Sascha Folie <sascha.folie@safo.at> Sponsored by: HAW International
This commit is contained in:
parent
a8db23f14d
commit
c8bfe71df9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544315
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= xrdp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.13.1
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
DIST_SUBDIR?= ${PORTNAME}
|
||||
|
@ -34,6 +35,7 @@ GH_TAGNAME= v0.1.5:librfxcodec v0.1.1:libpainter
|
|||
|
||||
CONFIGURE_ARGS= --localstatedir=/var --enable-strict-locations \
|
||||
--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
|
||||
--enable-pam-config=freebsd \
|
||||
--enable-jpeg --enable-pixman --enable-rfxcodec --enable-painter
|
||||
LDFLAGS+= -lssl
|
||||
CONFLICTS= xrdp-devel[0-9]*
|
||||
|
|
Loading…
Reference in a new issue