* [ptxdist] disabled features in ptxdist (for packages QtTranslation and libmicrohttpd)
@ 2016-07-22  9:33 Andreas Geisenhainer
  2016-07-22  9:56 ` Juergen Borleis
  2016-07-27 10:52 ` Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Geisenhainer @ 2016-07-22  9:33 UTC (permalink / raw)
  To: ptxdist
Hy, everybody.
I've go some questions about disabled settings for packages in ptxdist.
* libmicrohttpd
  The last update ( 03aac15241bab441c7802bbabe659a2305809196 ) from 2016-05-24
  by Juergen Borleis introduced the "--disable-bauth" and "--disable-dauth"
  flags to configure.     What are the reasons for this?
  Disabling these breaks interacting with libhttpserver for a REST interface.
  Reenabling them does not seem to break anything obvious. Am i missing
  some crucial information?
* Qt5 module QtTranslation
  Why does the QtTranslation module depend on BROKEN?
  This depency was introduced with the inital commit 83af213 by Michael Olbrich.
  Just by enabling it, i was able to build the translation tools we use in our
  development (lrelease and lupdate).
  Is there a reason to keep this subjection?
I'd like to enable these features if there aren't any good reasons against it.
regards and have a nice weekend.
Andreas
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: [ptxdist] disabled features in ptxdist (for packages QtTranslation and libmicrohttpd)
  2016-07-22  9:33 [ptxdist] disabled features in ptxdist (for packages QtTranslation and libmicrohttpd) Andreas Geisenhainer
@ 2016-07-22  9:56 ` Juergen Borleis
  2016-07-22 13:02   ` Andreas Geisenhainer
  2016-07-27 10:52 ` Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Juergen Borleis @ 2016-07-22  9:56 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Geisenhainer
Hi Andreas,
On Friday 22 July 2016 11:33:52 Andreas Geisenhainer wrote:
> I've go some questions about disabled settings for packages in ptxdist.
>
> * libmicrohttpd
>
>   The last update ( 03aac15241bab441c7802bbabe659a2305809196 ) from
> 2016-05-24 by Juergen Borleis introduced the "--disable-bauth" and
> "--disable-dauth" flags to configure.     What are the reasons for this?
There was no way for me to test this feature. So I kept it disabled. If you can 
test it and you are sure it works, change it and send a patch.
> [...]
Cheers,
Juergen
-- 
Pengutronix e.K.                              | Juergen Borleis             |
Industrial Linux Solutions                    | http://www.pengutronix.de/  |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: [ptxdist] disabled features in ptxdist (for packages QtTranslation and libmicrohttpd)
  2016-07-22  9:56 ` Juergen Borleis
@ 2016-07-22 13:02   ` Andreas Geisenhainer
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Geisenhainer @ 2016-07-22 13:02 UTC (permalink / raw)
  To: ptxdist
Hy.
On Fri, Jul 22, 2016 at 11:56:31AM +0200, Juergen Borleis wrote:
> Hi Andreas,
> 
> On Friday 22 July 2016 11:33:52 Andreas Geisenhainer wrote:
> > I've go some questions about disabled settings for packages in ptxdist.
> >
> > * libmicrohttpd
> >
> >   The last update ( 03aac15241bab441c7802bbabe659a2305809196 ) from
> > 2016-05-24 by Juergen Borleis introduced the "--disable-bauth" and
> > "--disable-dauth" flags to configure.     What are the reasons for this?
> 
> There was no way for me to test this feature. So I kept it disabled. If you can 
> test it and you are sure it works, change it and send a patch.
Ok, I see. We'll put it on our agenda.
No idea when we'll get around to it, though.
Thanks for the Information.
Andreas
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: [ptxdist] disabled features in ptxdist (for packages QtTranslation and libmicrohttpd)
  2016-07-22  9:33 [ptxdist] disabled features in ptxdist (for packages QtTranslation and libmicrohttpd) Andreas Geisenhainer
  2016-07-22  9:56 ` Juergen Borleis
@ 2016-07-27 10:52 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2016-07-27 10:52 UTC (permalink / raw)
  To: ptxdist
Hi,
On Fri, Jul 22, 2016 at 11:33:52AM +0200, Andreas Geisenhainer wrote:
> * Qt5 module QtTranslation
> 
>   Why does the QtTranslation module depend on BROKEN?
>   This depency was introduced with the inital commit 83af213 by Michael Olbrich.
>   Just by enabling it, i was able to build the translation tools we use in our
>   development (lrelease and lupdate).
>   Is there a reason to keep this subjection?
If I remember things correctly then the tranlation tools where not build as
host tools, so cross-compiling was broken. This seems to be fixed now.
Michael
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply	[flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-07-27 10:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-22  9:33 [ptxdist] disabled features in ptxdist (for packages QtTranslation and libmicrohttpd) Andreas Geisenhainer
2016-07-22  9:56 ` Juergen Borleis
2016-07-22 13:02   ` Andreas Geisenhainer
2016-07-27 10:52 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox