diff options
author | nia <nia@pkgsrc.org> | 2021-11-02 08:20:24 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-11-02 08:20:24 +0000 |
commit | 16dd9ad7cad29623ce4b0026ebdc591032299af5 (patch) | |
tree | a375441da259e304be3cd25a0a0849716b379d12 /x11/modular-xorg-server | |
parent | e742f7f0f8e036590c90389b042a41276004607b (diff) | |
download | pkgsrc-16dd9ad7cad29623ce4b0026ebdc591032299af5.tar.gz |
modular-xorg: Apply at most partial RELRO for modular drivers.
Diffstat (limited to 'x11/modular-xorg-server')
-rw-r--r-- | x11/modular-xorg-server/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/modular-xorg-server/Makefile.common b/x11/modular-xorg-server/Makefile.common index 5bb0bbe85da..abb8a697913 100644 --- a/x11/modular-xorg-server/Makefile.common +++ b/x11/modular-xorg-server/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.45 2021/10/04 17:30:37 nia Exp $ +# $NetBSD: Makefile.common,v 1.46 2021/11/02 08:20:31 nia Exp $ # used by x11/modular-xorg-server/Makefile # used by x11/modular-xorg-xephyr/Makefile # used by x11/modular-xorg-xwayland/Makefile @@ -18,8 +18,8 @@ USE_LANGUAGES+= c99 CHECK_PORTABILITY_SKIP+= hw/xquartz/bundle/mk_bundke.sh -# Needed to load modules. -RELRO_SUPPORTED= no +# Needed to load certain modules. +RELRO_SUPPORTED= partial PKGCONFIG_OVERRIDE+= xorg-server.pc.in SHLIBTOOL_OVERRIDE= # empty |