Add the necessary 'strip' commands to the BSD/OS section of configure because
authorSteven M. Schultz <sms@2bsd.com>
Tue, 6 Dec 2005 09:38:12 +0000 (09:38 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 6 Dec 2005 09:38:12 +0000 (09:38 +0000)
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

configure

index f0e881d2f65babddef07f4db74d0596f20615dfb..0fd14d9de6cd7591e2d7372b80fe1af92f63a361 100755 (executable)
--- 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"