From: Anthony Minessale Date: Tue, 10 Apr 2012 20:37:27 +0000 (-0500) Subject: FS-3826: --resolve put alsa libs where they go in the linker line, give this a try X-Git-Tag: v1.2-rc1~17^2~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b04b1045d5cd8a804925cae9aa72d9a15441fe;p=thirdparty%2Ffreeswitch.git FS-3826: --resolve put alsa libs where they go in the linker line, give this a try --- diff --git a/src/mod/endpoints/mod_portaudio/Makefile.am b/src/mod/endpoints/mod_portaudio/Makefile.am index 88d8754868..4f78946963 100644 --- a/src/mod/endpoints/mod_portaudio/Makefile.am +++ b/src/mod/endpoints/mod_portaudio/Makefile.am @@ -1,3 +1,4 @@ +LIBS+=$(PA_LIBS) include $(top_srcdir)/build/modmake.rulesam MODNAME=mod_portaudio