Skip to Content.
Sympa Menu

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

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 (b3dfca778c8b7d1295577027388d217bd346af71)
  • Date: Sun, 12 Mar 2017 20:38:47 +0000

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

video/ffmpeg-svn/BUILD | 2 ++
video/ffmpeg-svn/HISTORY | 3 +++
2 files changed, 5 insertions(+)

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

video/ffmpeg-svn: fixed building with noexec /tmp

diff --git a/video/ffmpeg-svn/BUILD b/video/ffmpeg-svn/BUILD
index 93adc26..684c63f 100755
--- a/video/ffmpeg-svn/BUILD
+++ b/video/ffmpeg-svn/BUILD
@@ -9,6 +9,7 @@ LDFLAGS=${LDFLAGS/-Wl,--as-needed} &&
# OPTS="--enable-lib$FFAMR $FFMPEG_SWSCALE $OPTS"
#fi &&

+check_tmp_noexec /tmp &&
./configure --prefix=${INSTALL_ROOT}/usr \
--mandir=${INSTALL_ROOT}/usr/share/man \
--enable-shared \
@@ -18,4 +19,5 @@ LDFLAGS=${LDFLAGS/-Wl,--as-needed} &&
--enable-postproc \
--enable-gpl \
$OPTS &&
+check_tmp_noexec /tmp &&
make
diff --git a/video/ffmpeg-svn/HISTORY b/video/ffmpeg-svn/HISTORY
index 9729319..375af47 100644
--- a/video/ffmpeg-svn/HISTORY
+++ b/video/ffmpeg-svn/HISTORY
@@ -1,3 +1,6 @@
+2017-03-12 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: fixed building with noexec /tmp
+
2016-07-24 Pavel Vinogradov <public AT sourcemage.org>
* UP_TRIGGERS: mpv wants a recast




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b3dfca778c8b7d1295577027388d217bd346af71), Pavel Vinogradov, 03/12/2017

Archive powered by MHonArc 2.6.24.

Top of Page