From: Måns Rullgård Date: Wed, 20 Jan 2010 13:22:36 +0000 (+0000) Subject: configure: use nm -P on Solaris X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8182dc34b336b5e4f260107f84286ecfdf4f127f;p=ffmpeg configure: use nm -P on Solaris Originally committed as revision 21348 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index f9287a9daa8..6edfe570f0f 100755 --- a/configure +++ b/configure @@ -1373,6 +1373,8 @@ ranlib="ranlib" strip="strip" yasmexe="yasm" +nm_opts='-g' + # machine arch=$(uname -m) cpu="generic" @@ -2020,6 +2022,7 @@ case $target_os in enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS" network_extralibs="-lsocket -lnsl" add_cppflags -D__EXTENSIONS__ + nm_opts='-P -g' ;; netbsd) oss_indev_extralibs="-lossaudio" @@ -2225,7 +2228,7 @@ enabled pic && enable_pic check_cc <