New commits:
commit 2600871eeddfb108e61f9c111240580a5932b149
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
xorg/xserver: added small fix for noexec /tmp configurations
diff --git a/xorg/xserver/BUILD b/xorg/xserver/BUILD
index 481e806..a77b2da 100755
--- a/xorg/xserver/BUILD
+++ b/xorg/xserver/BUILD
@@ -9,4 +9,6 @@ OPTS+=" xorg=$XSERVER_XORG \
os_vendor='SourceMage'"
PREFIX=/opt/xorg &&
#PREFIX=/usr &&
-default_build
+check_tmp_noexec /tmp &&
+default_build &&
+check_tmp_noexec /tmp
diff --git a/xorg/xserver/HISTORY b/xorg/xserver/HISTORY
index f18bdf6..d15766d 100644
--- a/xorg/xserver/HISTORY
+++ b/xorg/xserver/HISTORY
@@ -1,3 +1,6 @@
+2018-03-14 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: added to fix building with noexec /tmp
+
2018-02-28 Treeve Jelbert <treeve AT sourcemage.org
* DETAILS: version 1.19.99.901
this spell is still WIP. it currently installs to /opt/xorg and
misses
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2600871eeddfb108e61f9c111240580a5932b149),
Pavel Vinogradov, 03/14/2018