pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gnustep-base gnustep-base: MKPIE not supported



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a5b3a6a2be3
branches:  trunk
changeset: 375208:4a5b3a6a2be3
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Mar 09 16:34:48 2022 +0000

description:
gnustep-base: MKPIE not supported

diffstat:

 devel/gnustep-base/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e70796658ba8 -r 4a5b3a6a2be3 devel/gnustep-base/Makefile
--- a/devel/gnustep-base/Makefile       Wed Mar 09 16:07:01 2022 +0000
+++ b/devel/gnustep-base/Makefile       Wed Mar 09 16:34:48 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2021/12/08 16:01:52 adam Exp $
+# $NetBSD: Makefile,v 1.98 2022/03/09 16:34:48 nia Exp $
 
 DISTNAME=      gnustep-base-1.27.0
 PKGREVISION=   8
@@ -20,6 +20,9 @@
 CONFIGURE_ENV+=                INSTALL_PROGRAM=${INSTALL_SCRIPT:Q}
 MAKE_FILE=             GNUmakefile
 
+# ld: -r and -pie may not be used together
+MKPIE_SUPPORTED=       no
+
 # GSMime.m:1098:7: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts]
 # if (isxdigit(*src) && ctxt->pos < sizeof(ctxt->buf))
 # Looks suspicious, but ignore for now.



Home | Main Index | Thread Index | Old Index