diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-09-27 18:14:34 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-09-27 18:14:34 +0000 |
commit | 4b894975b49dad0eedfc18f3eea31bba1affa289 (patch) | |
tree | 63c75846ae13194814a334a77b1349f654e1c556 /ftp/vsftpd | |
parent | 1b2184a6e23690eb5e93f7cafb717d4e5a87096a (diff) | |
download | ports-4b894975b49dad0eedfc18f3eea31bba1affa289.tar.gz ports-4b894975b49dad0eedfc18f3eea31bba1affa289.zip |
Notes
Diffstat (limited to 'ftp/vsftpd')
-rw-r--r-- | ftp/vsftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index d63299762ce7..0c3ebce494d2 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -72,7 +72,7 @@ do-configure: -e "s|^CC = gcc|CC = ${CC}|" \ -e "s|^CFLAGS =|CFLAGS = ${CFLAGS}|" \ -e "s|$$(INSTALL) -m 755=|$${INSTALL_PROGRAM}|" \ - -e "s| -Wl,-s| -Wl ${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \ + -e "s| -Wl,-s| ${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \ ${WRKSRC}/Makefile ${REINPLACE_CMD} -e '/-lutil/d' ${WRKSRC}/vsf_findlibs.sh @${ECHO_CMD} "secure_chroot_dir=${PREFIX}/share/vsftpd/empty" >> \ |