2010-12-15 08:38:52 +00:00
|
|
|
--- a/src/Makefile.am
|
|
|
|
+++ b/src/Makefile.am
|
2011-08-17 10:13:19 +00:00
|
|
|
@@ -77,8 +77,8 @@ plugin_regex_la_LDFLAGS = -module -avoid
|
|
|
|
# else Cygwin goes beserk when building...)
|
2010-12-15 08:38:52 +00:00
|
|
|
#
|
|
|
|
sbin_PROGRAMS = siproxd
|
|
|
|
-siproxd_LDFLAGS=-export-dynamic
|
2011-08-17 10:13:19 +00:00
|
|
|
-siproxd_LDADD = $(LIBLTDL) $(DLOPENPLUGINS)
|
2010-12-15 08:38:52 +00:00
|
|
|
+siproxd_LDFLAGS=-export-dynamic -lltdl
|
2011-08-17 10:13:19 +00:00
|
|
|
+siproxd_LDADD = $(DLOPENPLUGINS)
|
2010-12-15 08:38:52 +00:00
|
|
|
siproxd_SOURCES = siproxd.c proxy.c register.c sock.c utils.c \
|
|
|
|
sip_utils.c sip_layer.c log.c readconf.c rtpproxy.c \
|
|
|
|
rtpproxy_relay.c accessctl.c route_processing.c \
|
|
|
|
--- a/src/Makefile.in
|
|
|
|
+++ b/src/Makefile.in
|
2011-08-17 10:13:19 +00:00
|
|
|
@@ -326,8 +326,8 @@ plugin_prefix_la_LDFLAGS = -module -avoi
|
|
|
|
#
|
|
|
|
plugin_regex_la_SOURCES = plugin_regex.c
|
|
|
|
plugin_regex_la_LDFLAGS = -module -avoid-version -shrext '.so'
|
2010-12-15 08:38:52 +00:00
|
|
|
-siproxd_LDFLAGS = -export-dynamic
|
2011-08-17 10:13:19 +00:00
|
|
|
-siproxd_LDADD = $(LIBLTDL) $(DLOPENPLUGINS)
|
2010-12-15 08:38:52 +00:00
|
|
|
+siproxd_LDFLAGS = -export-dynamic -lltdl
|
2011-08-17 10:13:19 +00:00
|
|
|
+siproxd_LDADD = $(DLOPENPLUGINS)
|
2010-12-15 08:38:52 +00:00
|
|
|
siproxd_SOURCES = siproxd.c proxy.c register.c sock.c utils.c \
|
|
|
|
sip_utils.c sip_layer.c log.c readconf.c rtpproxy.c \
|
|
|
|
rtpproxy_relay.c accessctl.c route_processing.c \
|