diff options
| -rw-r--r-- | mail/mailest/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mailest/Makefile b/mail/mailest/Makefile index 1a97d44c2480..22c4c65d8e52 100644 --- a/mail/mailest/Makefile +++ b/mail/mailest/Makefile @@ -27,6 +27,9 @@ GH_ACCOUNT= yasuoka MAKE_ENV= USE_BSDMAKE=true WITH_INSTALL_AS_USER=true +# XXX Static libraries with PIE are currently unsupported +MAKE_ENV+= WITHOUT_PIE=true + LICENSE_BSD2CLAUSE_SRC= bytebuf.c replace/sys/tree.h LICENSE_BSD3CLAUSE_SRC= replace/sys/queue.h LICENSE_ISCL_SRC= mailestctl.c parser.c parser.h \ |
