Re: [OpenWrt-Devel] [PATCH] package of asio for C++ async IO

2013-07-19 Thread Daniel Pocock
Hi, I'm just following up on this - I attach the original patch submitted in 2012 Regards, Daniel On 22/09/12 00:12, Daniel Pocock wrote: I've now got this working satisfactorily - revised Makefile attached On 21/09/12 19:10, Daniel Pocock wrote: This is another

Re: [OpenWrt-Devel] Update minidlna to version 1.1.0

2013-07-19 Thread Catalin Patulea
The problem with 'minidlna stop' was that the default pidfile path silently changed upstream. Upstream also moved their binary from /usr/bin to /usr/sbin. Your original patch, along with fixes to 'minidlna stop' and moving the binary to sbin, are posted here (last 3 commits):

Re: [OpenWrt-Devel] Enable POSIX Threads and Disable Debug in wget

2013-07-19 Thread Catalin Patulea
Indeed, --disable-debug alone shaves 5% off ar71xx ipkg size: 176,652 bytes before 167,026 bytes with --disable-debug But I'm not sure about --enable-threads=posix. By default my config.log shows Thread model: posix. Looking at lib/glthread/lock.c it's not immediately obvious to me which code is

Re: [OpenWrt-Devel] Enable POSIX Threads and Disable Debug in wget

2013-07-19 Thread Catalin Patulea
ar71xx binary size profile: 472,738 bytes baseline 452,623 (-4.2%) --disable-debug 452,623 --disable-debug --enable-threads=posix BTW, any reason not to use busybox wget (BUSYBOX_CONFIG_WGET)? On Fri, Jul 19, 2013 at 7:44 PM, Catalin Patulea c...@vv.carleton.ca wrote: Indeed, --disable-debug