SOURCES: alsa-lib-am110.patch (NEW) - compatibility problem with a...

kali kali at pld-linux.org
Sun Nov 26 13:42:45 CET 2006


Author: kali                         Date: Sun Nov 26 12:42:44 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- compatibility problem with automake 1.10 fixed

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

---- Diffs:

================================================================
Index: SOURCES/alsa-lib-am110.patch
diff -u /dev/null SOURCES/alsa-lib-am110.patch:1.1
--- /dev/null	Sun Nov 26 13:42:45 2006
+++ SOURCES/alsa-lib-am110.patch	Sun Nov 26 13:42:39 2006
@@ -0,0 +1,13 @@
+diff -urN alsa-lib-1.0.13.orig/src/Makefile.am alsa-lib-1.0.13.new/src/Makefile.am
+--- alsa-lib-1.0.13.orig/src/Makefile.am	2006-09-29 13:42:56.000000000 +0200
++++ alsa-lib-1.0.13.new/src/Makefile.am	2006-11-26 13:06:47.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