-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
I've now got this working satisfactorily - revised Makefile attached
On 21/09/12 19:10, Daniel Pocock wrote:
>
>
>
> This is another dependency for reSIProcate (actually, for the TURN
> server component). It is also popular for boost users
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
I've packaged the reSIProcate SIP stack (shared library), repro proxy
and reTurn, the ICE/STUN/TURN server. Please find the Makefile and
related artifacts attached
Benefits to OpenWRT:
This provides a comprehensive platform for true federated
In my package, I had to define
PKG_BUILD_PARALLEL:=1
and also redefine Build/Compile:
define Build/Compile
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)
endef
a) is it normal that I have to define Build/Compile just to get parallel
build? I see other packages doing it that way.
b) is that
> I'm building reSIProcate
>
> http://www.resiprocate.org
>
> which provides the repro SIP proxy and the reTurn server for ICE/STUN/TURN
>
> It requires db_cxx.h from db47
>
> I've attached a patch to build the C++ support into the db47 package
>
> It is quite trivial:
>
> --enable-cxx
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
This is another dependency for reSIProcate (actually, for the TURN
server component). It is also popular for boost users.
I've tried to create a Makefile, but asio.hpp and the other asio/*.hpp
files never get installed to staging_dir. Can anyon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
I'm building reSIProcate
http://www.resiprocate.org
which provides the repro SIP proxy and the reTurn server for ICE/STUN/TURN
It requires db_cxx.h from db47
I've attached a patch to build the C++ support into the db47 package
It is quite tr
sorry for late reply and breaking the ml-thread:
> > You can add '-mno-branch-likely' option to CFLAGS. The option ensures that
> > such
> > instructions will not be emitted by the toolchain.
> Can you test again after r33328? This will need a complete toolchain rebuild.
i tested a fresh build