[Mplayer-cvslog] CVS: main configure,1.286,1.287

pl pl at mplayer.dev.hu
Thu Nov 22 02:56:12 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv20141

Modified Files:
	configure 
Log Message:
-rdynamic is only needed on bsd's (well... it was the case in C1)
neither linux nor qnx need it and it doesn't help for static compilation
  too...


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- configure	21 Nov 2001 21:09:03 -0000	1.286
+++ configure	22 Nov 2001 01:56:10 -0000	1.287
@@ -1093,15 +1093,11 @@
 echores "$_dl"
 
 
-echocheck "dynamic linking"
+#echocheck "dynamic linking"
+_ld_dl_dynamic=''
+bsd && _ld_dl_dynamic='-rdynamic'
 # FIXME !! make this dynamic detection to work
 # also gcc flags are different, but ld flags aren't (-Bdynamic/-Bstatic/-Bsymbolic)
-_ld_dl_dynamic=''
-if qnx ; then
-  _ld_dl_dynamic=''
-else
-  _ld_dl_dynamic='-rdynamic'
-fi
 #cat > $TMPC << EOF
 #int main(void) { return 0; }
 #EOF
@@ -1112,7 +1108,7 @@
 #elif cc_check ; then
 #  _ld_dl_dynamic=''
 #fi
-echores "using $_ld_dl_dynamic"
+#echores "using $_ld_dl_dynamic"
 
 
 echocheck "pthread"
@@ -2363,7 +2359,6 @@
 fi
 
 _ld_arch="${_ld_arch} $_ld_pthread $_ld_dl $_ld_dl_dynamic"
-#bsd && _ld_arch="-rdynamic $_ld_arch"
 bsdos && _ld_arch="$_ld_arch -ldvd"
 
 _def_debug='#undef MP_DEBUG'




More information about the MPlayer-cvslog mailing list