From 9a64387dce12278babb4a6f97593f95c251c5d18 Mon Sep 17 00:00:00 2001 From: mazilo Date: Tue, 12 Feb 2013 22:59:14 +0000 Subject: [PATCH] fixed libzrtp git-svn-id: svn://svn.openwrt.org/openwrt/packages@35575 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/freeswitch/patches/003-Makefile.am.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/freeswitch/patches/003-Makefile.am.patch b/net/freeswitch/patches/003-Makefile.am.patch index 734c30638..bd6847523 100644 --- a/net/freeswitch/patches/003-Makefile.am.patch +++ b/net/freeswitch/patches/003-Makefile.am.patch @@ -11,7 +11,7 @@ @@ -165,7 +169,6 @@ ZRTP_LIBS = -lbn -lzrtp libfreeswitch_la_LDFLAGS += $(ZRTP_LDFLAGS) libfreeswitch_la_LIBADD += $(ZRTP_LIBS) - CORE_LIBS += libs/libzrtp/projects/gnu/build/libzrtp.a + CORE_LIBS += libs/libzrtp/libzrtp.a -LIBS += libs/libzrtp/third_party/bnlib/libbn.a endif