diff -r c08d869c3db7 -r 1c5631bc6bd3 components/proftpd/Makefile --- a/components/proftpd/Makefile Wed Aug 17 06:52:14 2016 -0700 +++ b/components/proftpd/Makefile Thu Aug 25 16:28:16 2016 -0700 @@ -71,9 +71,9 @@ CFLAGS += -D_POSIX_PTHREAD_SEMANTICS endif LDFLAGS += -m$(BITS) +# Force immediate (no-lazy) binding because of chroot() can loose the access into (/usr)/lib LDFLAGS += -z guidance=nolazyload -z nolazyload -lbsm -# Force immediate binding because of chroot(). CONFIGURE_OPTIONS += install_user=`id -nu` CONFIGURE_OPTIONS += install_group=`groups | cut -f 1 -d ' '` CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)