From e2c8d0790d8de5742c1cde8d25de1c6022fb9df9 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 6 Jun 2013 10:29:27 +0200 Subject: [PATCH] Fixed linker flags for chan LCR Thanx to Nick Vervelakis for pointing to this bug. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 11a2beb..b1fab38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -141,7 +141,7 @@ sbin_PROGRAMS = lcr genrc genextension if ENABLE_ASTERISK_CHANNEL_DRIVER noinst_PROGRAMS = chan_lcr.so chan_lcr_so_SOURCES = -chan_lcr_so_LDFLAGS = -shared +chan_lcr_so_LDFLAGS = --shared chan_lcr_so_LDADD = chan_lcr.po options.po callerid.po select.po # List chan_lcr specific sources for make dist -- 2.13.6