Created attachment 147747 [details] fix FreeBSD 9.1 i386 cc -o vsftpd -fPIE -pie -Wl,-z,relro -Wl,-z,now http.o privops.o sysstr.o charconv.o oneprocess.o ftppolicy.o secbuf.o ptracesandbox.o ascii.o netstr.o twoprocess.o sysutil.o sslslave.o hash.o main.o seccompsandbox.o ipaddrparse.o parseconf.o str.o opts.o privsock.o sysdeputil.o postprivparent.o secutil.o features.o access.o http_msg.o ls.o pasvrules.o prelogin.o ftpcmdio.o tunables.o ftpdataio.o ssl.o filestr.o strlist.o utility.o usersip.o readwrite.o logging.o tcpwrap.o banner.o standalone.o postlogin.o http_str.o `./vsf_findlibs.sh` sysutil.o: In function `vsf_sysutil_tzset': sysutil.c:(.text+0x13da): undefined reference to `__stack_chk_fail_local' sysutil.o: In function `vsf_sysutil_parse_time': sysutil.c:(.text+0x306a): undefined reference to `__stack_chk_fail_local' sysutil.o: In function `vsf_sysutil_sockaddr_in_mask': sysutil.c:(.text+0x3ac8): undefined reference to `__stack_chk_fail_local' sysutil.o: In function `vsf_sysutil_getpeername': sysutil.c:(.text+0x3c75): undefined reference to `__stack_chk_fail_local' sysutil.o: In function `vsf_sysutil_getsockname': sysutil.c:(.text+0x3d45): undefined reference to `__stack_chk_fail_local' sysutil.o:sysutil.c:(.text+0x44d2): more undefined references to `__stack_chk_fail_local' follow gmake: *** [vsftpd] Error 1 *** [do-build] Error code 1
A commit references this bug: Author: pi Date: Tue Oct 21 19:53:12 UTC 2014 New revision: 371336 URL: https://svnweb.freebsd.org/changeset/ports/371336 Log: ftp/vsftpd-ext: fix build for 9.1 i386 PR: 193989 Submitted by: Xu Jing <xjflyttp@gmail.com> (maintainer) Changes: head/ftp/vsftpd-ext/Makefile
Committed, thanks!