pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-server modular-xorg-server: disable R...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eeafee430d6
branches:  trunk
changeset: 459356:4eeafee430d6
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Oct 04 17:30:37 2021 +0000

description:
modular-xorg-server: disable RELRO so loading modules works

diffstat:

 x11/modular-xorg-server/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d61b297fb3a6 -r 4eeafee430d6 x11/modular-xorg-server/Makefile.common
--- a/x11/modular-xorg-server/Makefile.common   Mon Oct 04 15:02:24 2021 +0000
+++ b/x11/modular-xorg-server/Makefile.common   Mon Oct 04 17:30:37 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2021/07/31 08:12:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.45 2021/10/04 17:30:37 nia Exp $
 # used by x11/modular-xorg-server/Makefile
 # used by x11/modular-xorg-xephyr/Makefile
 # used by x11/modular-xorg-xwayland/Makefile
@@ -18,6 +18,9 @@
 
 CHECK_PORTABILITY_SKIP+=       hw/xquartz/bundle/mk_bundke.sh
 
+# Needed to load modules.
+RELRO_SUPPORTED=       no
+
 PKGCONFIG_OVERRIDE+=   xorg-server.pc.in
 SHLIBTOOL_OVERRIDE=    # empty
 



Home | Main Index | Thread Index | Old Index