SOURCES: alsa-lib-symbols.patch (NEW) - backported fix from 1.0.14...

hawk hawk at pld-linux.org
Sun Apr 1 18:32:04 CEST 2007


Author: hawk                         Date: Sun Apr  1 16:32:04 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- backported fix from 1.0.14rc3 for linking problem when using
  versioned symbols

---- Files affected:
SOURCES:
   alsa-lib-symbols.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/alsa-lib-symbols.patch
diff -u /dev/null SOURCES/alsa-lib-symbols.patch:1.1
--- /dev/null	Sun Apr  1 18:32:04 2007
+++ SOURCES/alsa-lib-symbols.patch	Sun Apr  1 18:31:58 2007
@@ -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
================================================================


More information about the pld-cvs-commit mailing list