Re: [ptxdist] [PATCH v2] ibrdtn: add packaging rules for IBR-DTN and dtndht

2016-09-07 Thread Roland Hieber
On 07.09.2016 15:48, Michael Olbrich wrote: >> +menuconfig IBRDTND >> +tristate >> +prompt "ibrdtnd " >> +select IBRDTN >> +select LIBC_M >> +select LIBDAEMONif IBRDTND_ENABLE_DAEMON >> +select DTNDHT if

[ptxdist] [PATCH] glibc: install ldconfig and create ld.so.cache

2016-09-07 Thread Clemens Gruber
Add an option to install the ldconfig binary from the toolchain and another one to enable the generation of /etc/ld.so.cache at first boot with a rc-once.d script. Use only the new format, which is supported since glibc 2.2 from the year 2000. Signed-off-by: Clemens Gruber

[ptxdist] [PATCH] sqlite: bump version and remove unused TCL option

2016-09-07 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/sqlite.in | 1 - rules/sqlite.make | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/rules/sqlite.in b/rules/sqlite.in index 9e7e94a..1bc0694 100644 --- a/rules/sqlite.in +++ b/rules/sqlite.in @@ -5,7

[ptxdist] [PATCH] trivial: typo fatures -> features

2016-09-07 Thread Uwe Kleine-König
--- rules/systemd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/systemd.in b/rules/systemd.in index f4c95036f64c..d826b7b0f366 100644 --- a/rules/systemd.in +++ b/rules/systemd.in @@ -43,7 +43,7 @@ menuconfig SYSTEMD if SYSTEMD -comment "D-Bus is needed for the

Re: [ptxdist] [PATCH v2] ibrdtn: add packaging rules for IBR-DTN and dtndht

2016-09-07 Thread Michael Olbrich
On Sun, Aug 28, 2016 at 07:32:50AM +0200, Roland Hieber wrote: > IBR-DTN is a lightweight implementation of the Bundle Protocol (RFC > 5050), designed for embedded systems like the RouterBoard532A or > Ubiquiti RouterStation Pro. > > IBR-DTN consists of several upstream tarballs which split its >