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/xf86-video-ati | |
parent | e742f7f0f8e036590c90389b042a41276004607b (diff) | |
download | pkgsrc-16dd9ad7cad29623ce4b0026ebdc591032299af5.tar.gz |
modular-xorg: Apply at most partial RELRO for modular drivers.
Diffstat (limited to 'x11/xf86-video-ati')
-rw-r--r-- | x11/xf86-video-ati/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xf86-video-ati/Makefile b/x11/xf86-video-ati/Makefile index 784b2ca1682..59c19d0454e 100644 --- a/x11/xf86-video-ati/Makefile +++ b/x11/xf86-video-ati/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2020/03/08 18:30:53 maya Exp $ +# $NetBSD: Makefile,v 1.53 2021/11/02 08:20:25 nia Exp $ DISTNAME= xf86-video-ati-19.1.0 PKGREVISION= 1 @@ -19,6 +19,8 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES USE_TOOLS+= gmake pkg-config +RELRO_SUPPORTED= partial + CONFIGURE_ARGS+= --enable-glamor CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4 |