Date: Fri, 7 Sep 2012 01:17:42 +0800 (CST) From: Hung-te Liang <lhd@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dinoex@FreeBSD.org Subject: ports/171386: [PATCH] ftp/vsftpd: removea the unnecessary "-Wl" Message-ID: <20120906171742.6CC882E052@BBS.LHD.tw> Resent-Message-ID: <201209061740.q86He345040077@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171386 >Category: ports >Synopsis: [PATCH] ftp/vsftpd: removea the unnecessary "-Wl" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 06 17:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Hung-te Liang >Release: FreeBSD 8.3-RELEASE-p3 i386 >Organization: >Environment: >Description: Remove the unnecessary argument in last change. Port maintainer (dinoex@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- vsftpd-ssl-3.0.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/ftp/vsftpd/Makefile ./Makefile --- /usr/ports/ftp/vsftpd/Makefile 2012-09-06 22:29:59.000000000 +0800 +++ ./Makefile 2012-09-07 01:01:55.000000000 +0800 @@ -72,7 +72,7 @@ -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" >> \ --- vsftpd-ssl-3.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120906171742.6CC882E052>