summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven M. Schultz <sms@2bsd.com>2005-12-06 09:38:12 +0000
committerDiego Biurrun <diego@biurrun.de>2005-12-06 09:38:12 +0000
commit1db68540323059be428b16eb90b1b3b38116d18d (patch)
tree5a09d91b1bf01b9fa9b305251a3e7b9e5e6e8f4e
parente684b35d62b478d0a27baf47b2a47dd7b8742387 (diff)
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
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index f0e881d2f6..0fd14d9de6 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"