diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-03-10 18:21:04 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-03-10 18:21:04 +0000 |
| commit | 1b5ef1e1d0cbc60fc1f85f6f719d92e2343494f7 (patch) | |
| tree | d5e6069ab964094c4d733eaa128db1d274bd851b /mail/mailest | |
| parent | 43074edb4e4110014a40fbb1684a69f77a85ce89 (diff) | |
Notes
Diffstat (limited to 'mail/mailest')
| -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 \ |
