Update of /cvsroot/alsa/alsa-lib/src
In directory sc8-pr-cvs1:/tmp/cvs-serv8367/src

Modified Files:
        Makefile.am 
Log Message:
Fixed compilation --with-versioned=no

Index: Makefile.am
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/Makefile.am,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- Makefile.am 6 Mar 2003 12:51:05 -0000       1.43
+++ Makefile.am 11 Mar 2003 18:51:32 -0000      1.44
@@ -2,6 +2,12 @@
 EXTRA_DIST=Versions
 [EMAIL PROTECTED]@
 
+if VERSIONED_SYMBOLS
+VSYMS = -Wl,--version-script=Versions
+else
+VSYMS =
+endif
+
 lib_LTLIBRARIES = libasound.la
 libasound_la_SOURCES = conf.c confmisc.c input.c output.c async.c error.c dlmisc.c
 libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
@@ -10,7 +16,7 @@
                      compat/libcompat.la -lm -ldl -lpthread
 
 libasound_la_LDFLAGS = -version-info $(COMPATNUM)
-LDFLAGS = -Wl,--version-script=Versions
+LDFLAGS = $(VSYMS)
 
 control/libcontrol.la:
        $(MAKE) -C control libcontrol.la



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to