Skip to content

Commit

Permalink
mail/milter-graylist and spamass-milter: add MKPIE_SUPPORTED=no
Browse files Browse the repository at this point in the history
These packages can currently not be built with PIE because the
libmilter.a library they used is not built that way.
  • Loading branch information
Rhialto committed Dec 26, 2021
1 parent 8f81d49 commit 38f40fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mail/milter-greylist/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.85 2021/12/08 16:05:28 adam Exp $
# $NetBSD: Makefile,v 1.86 2021/12/26 14:28:00 rhialto Exp $

DISTNAME= milter-greylist-4.4.3
PKGREVISION= 22
Expand All @@ -13,6 +13,7 @@ LICENSE= original-bsd

# yacc rule moving to y.tab.c and renaming
MAKE_JOBS_SAFE= no
MKPIE_SUPPORTED= no # libmilter.a is not PIC

GNU_CONFIGURE= YES
BUILD_TARGET= milter-greylist
Expand Down
3 changes: 2 additions & 1 deletion mail/spamass-milter/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.36 2020/01/18 23:32:49 rillig Exp $
# $NetBSD: Makefile,v 1.37 2021/12/26 14:28:00 rhialto Exp $
#

DISTNAME= spamass-milter-0.4.0
Expand All @@ -16,6 +16,7 @@ DEPENDS+= spamassassin>=2.44:../../mail/spamassassin

GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
MKPIE_SUPPORTED= no # libmilter.a is not PIC

CPPFLAGS.SunOS+= -Du_int8_t=uint8_t

Expand Down

0 comments on commit 38f40fa

Please sign in to comment.