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
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
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
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
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.
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