[ptxdist] [PATCH v2] jsoncpp: new package

2019-03-07 Thread Baeuerle, Florian
Signed-off-by: Florian Bäuerle --- rules/jsoncpp.in | 10 + rules/jsoncpp.make | 53 ++ 2 files changed, 63 insertions(+) create mode 100644 rules/jsoncpp.in create mode 100644 rules/jsoncpp.make diff --git a/rules/jsoncpp.in b/rules/jsoncp

Re: [ptxdist] [PATCH] poco: make poquito configurable

2019-03-07 Thread Baeuerle, Florian
Am Donnerstag, den 07.03.2019, 12:18 +0100 schrieb Michael Olbrich: > On Tue, Mar 05, 2019 at 10:49:19AM +, Baeuerle, Florian wrote: > > +++ b/rules/poco.make > > @@ -57,10 +57,13 @@ POCO_CONF_OPT := \ > > --no-tests \ > > --no-samples \ > > --omit=$(subst $(ptx/def/space),$(ptx/d

[ptxdist] [PATCH] poco: make poquito configurable

2019-03-07 Thread Baeuerle, Florian
This used to be the default configuration, saving a few kbytes on the library. The features this omits might weigh heavier than a few kbytes, so make this configurable. Signed-off-by: Florian Bäuerle --- rules/poco.in | 6 ++ rules/poco.make | 2 +- 2 files changed, 7 insertions(+), 1 dele

Re: [ptxdist] [PATCH] jsoncpp: new package

2019-03-07 Thread Baeuerle, Florian
Hi, Am Donnerstag, den 07.03.2019, 12:17 +0100 schrieb Michael Olbrich: > On Tue, Mar 05, 2019 at 08:31:22AM +, Baeuerle, Florian wrote: > > +++ b/rules/jsoncpp.make > > @@ -0,0 +1,57 @@ > > +# -*-makefile-*- > > +# > > +# Copyright (C) 2009 by Michael Olbrich > > I don't think I contributed

Re: [ptxdist] [PATCH] poco: make poquito configurable

2019-03-07 Thread Michael Olbrich
On Tue, Mar 05, 2019 at 10:49:19AM +, Baeuerle, Florian wrote: > This used to be the default configuration, saving a few kbytes on the > library. The features this omits might weigh heavier than a few kbytes, > so make this configurable. > > Signed-off-by: Florian Bäuerle > --- > rules/poco.

Re: [ptxdist] [PATCH] jsoncpp: new package

2019-03-07 Thread Michael Olbrich
On Tue, Mar 05, 2019 at 08:31:22AM +, Baeuerle, Florian wrote: > Signed-off-by: Florian Bäuerle > --- > rules/jsoncpp.in | 10 > rules/jsoncpp.make | 57 ++ > 2 files changed, 67 insertions(+) > create mode 100644 rules/jsoncpp.in > cre