diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-06-27 08:02:02 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-06-27 08:02:02 +0800 |
commit | d5d2643bf53c7be38ff6f47f3c20d6339810eb8f (patch) | |
tree | ed36c73c57509507c0954a8f3bf471b7e1356f76 /net/samba | |
parent | ba42f55c03be2cd541c20a99ee2ced3769c24bdf (diff) | |
download | freebsd-ports-gnome-d5d2643bf53c7be38ff6f47f3c20d6339810eb8f.tar.gz freebsd-ports-gnome-d5d2643bf53c7be38ff6f47f3c20d6339810eb8f.tar.zst freebsd-ports-gnome-d5d2643bf53c7be38ff6f47f3c20d6339810eb8f.zip |
Fix VFS modules with DYNEXP settings
BUMP PORTREVISION
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 73adfceb7d5d..4068cf8e0383 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -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} |