Add WITHOUT_SMUX option
PR: 20849 Submitted by: Maxim Tulyuk <mt@lucky.net>
This commit is contained in:
parent
62ffea3a61
commit
e11c56ffaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46486
@ -17,6 +17,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-public-3_6
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
# use this option, if log_in_vain="YES"
|
||||
.if defined(WITHOUT_SMUX)
|
||||
CONFIGURE_ARGS+= --disable-smux
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
cd ${WRKSRC} && ${MAKE} depend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user