[SCM] libav/experimental: Add the necessary 'strip' commands to the BSD/OS section of configure because BSD/OS does not like shared libraries without a symbol table and gives errors when linking against libavcodec.so otherwise. patch by Steven M. Schultz < sms == at == 2BSD == dot == COM >

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:45:32 UTC 2013


The following commit has been merged in the experimental branch:
commit 1db68540323059be428b16eb90b1b3b38116d18d
Author: Steven M. Schultz <sms at 2bsd.com>
Date:   Tue Dec 6 09:38:12 2005 +0000

    Add the necessary 'strip' commands to the BSD/OS section of configure because
    BSD/OS does not like shared libraries without a symbol table and gives errors
    when linking against libavcodec.so otherwise.
    patch by Steven M. Schultz < sms == at == 2BSD == dot == COM >
    
    Originally committed as revision 4722 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index f0e881d..0fd14d9 100755
--- a/configure
+++ b/configure
@@ -323,6 +323,8 @@ audio_oss="yes"
 dv1394="no"
 extralibs="-lpoll -lgnugetopt -lm"
 make="gmake"
+strip="strip -d"
+installstrip=""
 ;;
 Darwin)
 cc="cc"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list