Re: [ptxdist] [PATCH] systemd: add SYSTEMD_CPPFLAGS for kernel headers

2014-11-26 Thread Michael Olbrich
On Tue, Nov 25, 2014 at 02:24:39PM +0100, Markus Niebel wrote: From: Markus Niebel markus.nie...@tq-group.com systemd uses cpp to generate tables for keymappings. Without setting CPPFLAGS the toolchain headers will be used for generation but local kernel headers for compilation. This can

Re: [ptxdist] new image rules (Was: PTXdist 2014.05.0 released)

2014-11-26 Thread Michael Olbrich
Hi, On Tue, Nov 25, 2014 at 02:49:06PM +0100, Alexander Dahl wrote: What's the difference between the old and the new image rules and why should one use the one or the other? First of all, long-term I'd like to remove the old rules. So use the new rules and yell here if you have a

Re: [ptxdist] [PATCH] host-open-ssl: fix lib install on 64 Bit host

2014-11-26 Thread Michael Olbrich
On Tue, Nov 25, 2014 at 02:25:28PM +0100, Markus Niebel wrote: From: Markus Niebel markus.nie...@tq-group.com openssl installs to lib64 on x84_64 when --libdir is not given. Set libdir to /lib to have libcrypto and libssl on the right place. Thanks, applied. Michael Signed-off-by:

Re: [ptxdist] [PATCHv3 0/2] libxml/libxslt update

2014-11-26 Thread Michael Olbrich
Hi, On Mon, Nov 24, 2014 at 12:25:46PM +0100, Alexander Dahl wrote: I made a third series, squashed the libxml2 stuff into one patch and added anoter patch for host-libxslt to avoid problems on system without python dev headers installed. I hope I got it right this time. Agreed on the general

Re: [ptxdist] [PATCH] libmodbus3: update to 3.0.6

2014-11-26 Thread Michael Olbrich
On Tue, Nov 25, 2014 at 11:13:28PM +0100, Alexander Dahl wrote: This contains a Backport fix for a remote buffer overflow vulnerability on write requests. Thanks, applied. Michael Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/libmodbus3.make |4 ++-- 1 file changed, 2

Re: [ptxdist] [PATCHv3 0/2] libxml/libxslt update

2014-11-26 Thread Alexander Dahl
Hei hei, Am 2014-11-26 10:58, schrieb Michael Olbrich: On Mon, Nov 24, 2014 at 12:25:46PM +0100, Alexander Dahl wrote: I made a third series, squashed the libxml2 stuff into one patch and added anoter patch for host-libxslt to avoid problems on system without python dev headers installed. I

[ptxdist] [PATCH v2] systemd: add SYSTEMD_CPPFLAGS for local kernel headers

2014-11-26 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com systemd uses cpp to generate tables for keymappings. Without setting CPPFLAGS the toolchain headers will be used for generation but local kernel headers for compilation. This can break compile. Since CPPFLAGS are implicitly used when calling

Re: [ptxdist] [PATCH] systemd: add SYSTEMD_CPPFLAGS for kernel headers

2014-11-26 Thread Markus Niebel
Hello Michael Am 26.11.2014 um 10:49 schrieb Michael Olbrich: index b0f7ce0..8c425e4 100644 --- a/rules/systemd.make +++ b/rules/systemd.make @@ -44,6 +44,9 @@ SYSTEMD_CONF_ENV += cc_cv_CFLAGS__flto=no SYSTEMD_CFLAGS := \ -I$(KERNEL_HEADERS_INCLUDE_DIR)

Re: [ptxdist] [PATCH v2] systemd: add SYSTEMD_CPPFLAGS for local kernel headers

2014-11-26 Thread Michael Olbrich
On Wed, Nov 26, 2014 at 01:03:16PM +0100, Markus Niebel wrote: From: Markus Niebel markus.nie...@tq-group.com systemd uses cpp to generate tables for keymappings. Without setting CPPFLAGS the toolchain headers will be used for generation but local kernel headers for compilation. This can

[ptxdist] [PATCHv3 1/2] libxslt: add --without-python to host package

2014-11-26 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/host-libxslt.make |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/host-libxslt.make b/rules/host-libxslt.make index d78b58d..bb5ed8b 100644 --- a/rules/host-libxslt.make +++ b/rules/host-libxslt.make @@ -32,6

[ptxdist] [PATCHv3 2/2] libxml2: update to 2.9.2

2014-11-26 Thread Alexander Dahl
Also integrated two changes from upstream fixing two minor issues. Build successfully tested against all ptxdist packages requiring libxml2, no runtime tests. Signed-off-by: Alexander Dahl p...@lespocky.de --- patches/libxml2-2.7.7/series |3 ---