pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/modular-xorg-server



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct  4 17:30:37 UTC 2021

Modified Files:
        pkgsrc/x11/modular-xorg-server: Makefile.common

Log Message:
modular-xorg-server: disable RELRO so loading modules works


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/x11/modular-xorg-server/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/modular-xorg-server/Makefile.common
diff -u pkgsrc/x11/modular-xorg-server/Makefile.common:1.44 pkgsrc/x11/modular-xorg-server/Makefile.common:1.45
--- pkgsrc/x11/modular-xorg-server/Makefile.common:1.44 Sat Jul 31 08:12:29 2021
+++ pkgsrc/x11/modular-xorg-server/Makefile.common      Mon Oct  4 17:30:37 2021
@@ -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 @@ USE_LANGUAGES+=       c99
 
 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