diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-30 01:37:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-30 01:37:52 +0800 |
commit | 771152022c9cea8caa475b0177db9b3913eec65d (patch) | |
tree | 34ef34fd6e93ddfdfa2f947c556c0fecfb7a11c0 /ftp | |
parent | 5a04923e5cdcf594de28cec61014fa37e0db9b9b (diff) | |
download | freebsd-ports-gnome-771152022c9cea8caa475b0177db9b3913eec65d.tar.gz freebsd-ports-gnome-771152022c9cea8caa475b0177db9b3913eec65d.tar.zst freebsd-ports-gnome-771152022c9cea8caa475b0177db9b3913eec65d.zip |
Mark BROKEN on FreeBSD 9.x i386, does not link:
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
Submitted by: pkg-fallout
Approved by: portmgr blanket
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/vsftpd-ext/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/vsftpd-ext/Makefile b/ftp/vsftpd-ext/Makefile index b6d729de531d..481243283366 100644 --- a/ftp/vsftpd-ext/Makefile +++ b/ftp/vsftpd-ext/Makefile @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= xjflyttp@gmail.com COMMENT= FTP daemon that aims to be "very secure". Extended build +BROKEN_FreeBSD_9_i386= does not link + LICENSE= GPLv2 UPSTREAMVERSION=3.0.2 |