]> git.pld-linux.org Git - packages/alsa-lib.git/blob - alsa-lib-am110.patch
- backported fix from 1.0.14rc3 for linking problem when using
[packages/alsa-lib.git] / alsa-lib-am110.patch
1 diff -urN alsa-lib-1.0.13.orig/src/Makefile.am alsa-lib-1.0.13.new/src/Makefile.am
2 --- alsa-lib-1.0.13.orig/src/Makefile.am        2006-09-29 13:42:56.000000000 +0200
3 +++ alsa-lib-1.0.13.new/src/Makefile.am 2006-11-26 13:06:47.000000000 +0100
4 @@ -43,8 +43,7 @@
5  SUBDIRS += compat conf
6  libasound_la_LIBADD += compat/libcompat.la -lm -ldl -lpthread
7  
8 -libasound_la_LDFLAGS = -version-info $(COMPATNUM)
9 -AM_LDFLAGS = $(VSYMS)
10 +libasound_la_LDFLAGS = -version-info $(COMPATNUM) $(VSYMS)
11  
12  control/libcontrol.la:
13         $(MAKE) -C control libcontrol.la
This page took 0.0218 seconds and 3 git commands to generate.