Skip to Content.
Sympa Menu

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

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 (c0d26813b7c9bdd53139333631953dd59f8c696e)
  • Date: Mon, 8 Apr 2019 22:14:44 +0000

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

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

New commits:
commit c0d26813b7c9bdd53139333631953dd59f8c696e
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/fribidi: meson checks need /tmp with exec flag

diff --git a/libs/fribidi/BUILD b/libs/fribidi/BUILD
index eddea8f..0699c1a 100755
--- a/libs/fribidi/BUILD
+++ b/libs/fribidi/BUILD
@@ -1,2 +1,4 @@
OPTS+=' docs=false'
-default_build
\ No newline at end of file
+check_tmp_noexec /tmp &&
+default_build &&
+check_tmp_noexec /tmp
diff --git a/libs/fribidi/HISTORY b/libs/fribidi/HISTORY
index a415072..9d93d3d 100644
--- a/libs/fribidi/HISTORY
+++ b/libs/fribidi/HISTORY
@@ -1,3 +1,6 @@
+2019-04-08 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: needs /tmp with exec flag
+
2019-04-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.5
download from github



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c0d26813b7c9bdd53139333631953dd59f8c696e), Pavel Vinogradov, 04/08/2019

Archive powered by MHonArc 2.6.24.

Top of Page