[Bug 193916] Update port: vsftpd-ext update to staged.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 26 07:56:44 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193916
--- Comment #2 from Xu Jing <xjflyttp at gmail.com> ---
Created attachment 147683
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147683&action=edit
use @sample, USERS=ftp GROUPS=ftp, trim @dirrm
use @sample, USERS=ftp GROUPS=ftp, trim @dirrm
I can't complie with 3.0.2, author change complie *.c mode in Makefile, only
patch for 2.3.5
about 3.0.2 fail, I'm check problem in this line, nothing *.c file be complie,
but continue link for vsftpd
================
OBJS = $(patsubst %.c,%.o,$(wildcard *.c))
=================
cc -o vsftpd -fPIE -pie -Wl,-z,relro -Wl,-z,now `./vsf_findlibs.sh`
egrep: tcpwrap.o: No such file or directory
egrep: sysdeputil.o: No such file or directory
egrep: ssl.o: No such file or directory
/usr/lib/Scrt1.o: In function `_start':
/usr/src/lib/csu/amd64/crt1.c:(.text+0x19f): undefined reference to `main'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [vsftpd] Error code 1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list