VoVaN schrieb:
AIK, this problem could be easy solved by recompiling gsm with -fPIC flag.
Yes, I am aware of that. But that is a rather ugly solution, as not only the libraries but also the executables end up with position independent code. And linphone should still make it possible to disable gsm support at compile time.

Anyway, I hacked the configure script to obey --disable-gsm. Which may be no less ugly.


Regards,
Chi-Thanh Christopher Nguyen
diff -ru a/mediastreamer2/configure b/mediastreamer2/configure
--- a/mediastreamer2/configure	2007-11-29 22:27:04.000000000 +0100
+++ b/mediastreamer2/configure	2007-12-15 18:24:36.000000000 +0100
@@ -22174,7 +22174,7 @@
 
 
 
-if test "$GSM_found" = "yes" ; then
+if test "$GSM_found" = "yes" && test "$disable_gsm" != "yes" ; then
 	build_gsm=yes
 fi
 
_______________________________________________
Linphone-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to