pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail mail/milter-graylist and spamass-milter: add MKPI...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e92d11ad9121
branches: trunk
changeset: 771757:e92d11ad9121
user: rhialto <rhialto%pkgsrc.org@localhost>
date: Sun Dec 26 14:28:00 2021 +0000
description:
mail/milter-graylist and spamass-milter: add MKPIE_SUPPORTED=no
These packages can currently not be built with PIE because the
libmilter.a library they used is not built that way.
diffstat:
mail/milter-greylist/Makefile | 3 ++-
mail/spamass-milter/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 97ce36d7549e -r e92d11ad9121 mail/milter-greylist/Makefile
--- a/mail/milter-greylist/Makefile Sun Dec 26 10:28:24 2021 +0000
+++ b/mail/milter-greylist/Makefile Sun Dec 26 14:28:00 2021 +0000
@@ -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
@@ -13,6 +13,7 @@
# 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
diff -r 97ce36d7549e -r e92d11ad9121 mail/spamass-milter/Makefile
--- a/mail/spamass-milter/Makefile Sun Dec 26 10:28:24 2021 +0000
+++ b/mail/spamass-milter/Makefile Sun Dec 26 14:28:00 2021 +0000
@@ -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
@@ -16,6 +16,7 @@
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
+MKPIE_SUPPORTED= no # libmilter.a is not PIC
CPPFLAGS.SunOS+= -Du_int8_t=uint8_t
Home |
Main Index |
Thread Index |
Old Index