Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2600871eeddfb108e61f9c111240580a5932b149)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2600871eeddfb108e61f9c111240580a5932b149)
  • Date: Wed, 14 Mar 2018 18:43:15 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

xorg/xserver/BUILD | 4 +++-
xorg/xserver/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

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

Archive powered by MHonArc 2.6.24.

Top of Page