mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Fix VFS modules with DYNEXP settings
BUMP PORTREVISION
This commit is contained in:
parent
6147dee922
commit
822b57d5b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62062
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= samba
|
||||
PORTVERSION= 2.2.5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \
|
||||
ftp://samba.anu.edu.au/pub/samba/ \
|
||||
@ -157,6 +157,8 @@ post-build:
|
||||
${RM} -f config.cache config.log config.status
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
${PERL} -pi.fbsd -e 's/DYNEXP="-Wl,-Bdynamic"/DYNEXP="-Wl,--export-dynamic"/' ${WRKSRC}/configure.in
|
||||
post-install:
|
||||
.if defined(WITH_AUDIT) || defined(WITH_RECYCLE)
|
||||
@test -d ${SAMBA_VFSDIR} || ${MKDIR} ${SAMBA_VFSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user