[SCM] libav/experimental: Suppress possible error from ulimit not having -c or being missing.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:58:35 UTC 2013


The following commit has been merged in the experimental branch:
commit 0d0677fbc7136d032ff86de20a9a7b30a4ac95c6
Author: François Revol <revol at free.fr>
Date:   Fri Apr 6 15:02:13 2007 +0000

    Suppress possible error from ulimit not having -c or being missing.
    
    Originally committed as revision 8634 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 5ea8a5e..096ba3b 100755
--- a/configure
+++ b/configure
@@ -1196,7 +1196,7 @@ strip="${cross_prefix}${strip}"
 
 # Disable core dumps so that intentional execution of broken apps doesn't
 # pollute the current directory.
-ulimit -c 0
+ulimit -c 0 >/dev/null 2>&1
 
 # we need to build at least one lib type
 if disabled_all static shared; then

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list