[package] siproxd: update to 0.8.1
[openwrt/svn-archive/archive.git] / net / siproxd / patches / 010-fix-bogus-libltdl-dependency.patch
1 --- a/src/Makefile.am
2 +++ b/src/Makefile.am
3 @@ -77,8 +77,8 @@ plugin_regex_la_LDFLAGS = -module -avoid
4 # else Cygwin goes beserk when building...)
5 #
6 sbin_PROGRAMS = siproxd
7 -siproxd_LDFLAGS=-export-dynamic
8 -siproxd_LDADD = $(LIBLTDL) $(DLOPENPLUGINS)
9 +siproxd_LDFLAGS=-export-dynamic -lltdl
10 +siproxd_LDADD = $(DLOPENPLUGINS)
11 siproxd_SOURCES = siproxd.c proxy.c register.c sock.c utils.c \
12 sip_utils.c sip_layer.c log.c readconf.c rtpproxy.c \
13 rtpproxy_relay.c accessctl.c route_processing.c \
14 --- a/src/Makefile.in
15 +++ b/src/Makefile.in
16 @@ -326,8 +326,8 @@ plugin_prefix_la_LDFLAGS = -module -avoi
17 #
18 plugin_regex_la_SOURCES = plugin_regex.c
19 plugin_regex_la_LDFLAGS = -module -avoid-version -shrext '.so'
20 -siproxd_LDFLAGS = -export-dynamic
21 -siproxd_LDADD = $(LIBLTDL) $(DLOPENPLUGINS)
22 +siproxd_LDFLAGS = -export-dynamic -lltdl
23 +siproxd_LDADD = $(DLOPENPLUGINS)
24 siproxd_SOURCES = siproxd.c proxy.c register.c sock.c utils.c \
25 sip_utils.c sip_layer.c log.c readconf.c rtpproxy.c \
26 rtpproxy_relay.c accessctl.c route_processing.c \