]> git.pld-linux.org Git - packages/alsa-lib.git/commitdiff
- backported fix from 1.0.14rc3 for linking problem when using
authorhawk <hawk@pld-linux.org>
Sun, 1 Apr 2007 16:31:58 +0000 (16:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  versioned symbols

Changed files:
    alsa-lib-symbols.patch -> 1.1

alsa-lib-symbols.patch [new file with mode: 0644]

diff --git a/alsa-lib-symbols.patch b/alsa-lib-symbols.patch
new file mode 100644 (file)
index 0000000..8162a0d
--- /dev/null
@@ -0,0 +1,12 @@
+--- alsa-lib-1.0.13.orig/src/Makefile.am       2006-09-29 13:42:56.000000000 +0200
++++ alsa-lib-1.0.13/src/Makefile.am    2007-02-26 10:02:39.000000000 +0100
+@@ -43,8 +43,7 @@
+ SUBDIRS += compat conf
+ libasound_la_LIBADD += compat/libcompat.la -lm -ldl -lpthread
+-libasound_la_LDFLAGS = -version-info $(COMPATNUM)
+-AM_LDFLAGS = $(VSYMS)
++libasound_la_LDFLAGS = -version-info $(COMPATNUM) $(VSYMS)
+ control/libcontrol.la:
+       $(MAKE) -C control libcontrol.la
This page took 0.197449 seconds and 4 git commands to generate.