[xiph-commits] r11116 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Mon Apr 10 09:09:00 PDT 2006


Author: jm
Date: 2006-04-10 09:08:58 -0700 (Mon, 10 Apr 2006)
New Revision: 11116

Modified:
   trunk/speex/libspeex/Makefile.am
Log:
added -no-undefined to the libspeex options as suggested by Erik


Modified: trunk/speex/libspeex/Makefile.am
===================================================================
--- trunk/speex/libspeex/Makefile.am	2006-04-10 14:30:54 UTC (rev 11115)
+++ trunk/speex/libspeex/Makefile.am	2006-04-10 16:08:58 UTC (rev 11116)
@@ -27,7 +27,7 @@
 		fftwrap.h pseudofloat.h
 
 
-libspeex_la_LDFLAGS = -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVISION@:@SPEEX_LT_AGE@
+libspeex_la_LDFLAGS = -no-undefined -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVISION@:@SPEEX_LT_AGE@
 
 noinst_PROGRAMS = testenc testenc_wb testenc_uwb testdenoise testecho
 testenc_SOURCES = testenc.c



More information about the commits mailing list