From 1c7ca53ada68a22a7febb3cf5f5d40949f7287c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 27 Jan 2012 16:26:33 +0000 Subject: [PATCH] - link with dl Changed files: alsa-oss-libdl.patch -> 1.1 --- alsa-oss-libdl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 alsa-oss-libdl.patch diff --git a/alsa-oss-libdl.patch b/alsa-oss-libdl.patch new file mode 100644 index 0000000..3dac38f --- /dev/null +++ b/alsa-oss-libdl.patch @@ -0,0 +1,12 @@ +diff -urN alsa-oss-1.0.25.org/alsa/Makefile.am alsa-oss-1.0.25/alsa/Makefile.am +--- alsa-oss-1.0.25.org/alsa/Makefile.am 2012-01-25 08:57:09.000000000 +0100 ++++ alsa-oss-1.0.25/alsa/Makefile.am 2012-01-27 08:43:09.589529301 +0100 +@@ -9,7 +9,7 @@ + + EXTRA_libaoss_la_SOURCES = stdioemu.c + libaoss_la_SOURCES = alsa-oss.c +-libaoss_la_LIBADD = libalsatoss.la ++libaoss_la_LIBADD = libalsatoss.la -ldl + libaoss_la_LDFLAGS = -version-info $(COMPATNUM) + + libalsatoss_la_CFLAGS = @ALSA_CFLAGS@ -- 2.44.0