svn commit: r304968 - head/ftp/vsftpd

Dirk Meyer dinoex at FreeBSD.org
Thu Sep 27 18:14:35 UTC 2012


Author: dinoex
Date: Thu Sep 27 18:14:34 2012
New Revision: 304968
URL: http://svn.freebsd.org/changeset/ports/304968

Log:
  - cleanup linkflags
  PR:		171386

Modified:
  head/ftp/vsftpd/Makefile

Modified: head/ftp/vsftpd/Makefile
==============================================================================
--- head/ftp/vsftpd/Makefile	Thu Sep 27 17:01:15 2012	(r304967)
+++ head/ftp/vsftpd/Makefile	Thu Sep 27 18:14:34 2012	(r304968)
@@ -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" >> \



More information about the svn-ports-all mailing list