This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 9e5a18b x2goserver/lib/x2gocheckport: remove executable flag. new 49ce163 libx2go-server-db-perl/Makefile: make sure our {C,LD}FLAGS are always appended to the user-provided ones. new 34353d2 x2goserver.spec: also pass %{__global_{c{,pp},ld}flags} down via {C,LD}FLAGS. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 +++ libx2go-server-db-perl/Makefile | 4 ++-- x2goserver.spec | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 49ce163b9006152a98f02a5eee6285dae5b34741 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 16 00:39:27 2018 +0100 libx2go-server-db-perl/Makefile: make sure our {C,LD}FLAGS are always appended to the user-provided ones. --- debian/changelog | 2 ++ libx2go-server-db-perl/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 43b3a65..213f44d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -49,6 +49,8 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium * New upstream version (4.1.0.3): - x2goserver/lib/x2gocheckport: remove executable flag. This file is STILL not meant to be executed directly. + - libx2go-server-db-perl/Makefile: make sure our {C,LD}FLAGS are always + appended to the user-provided ones. * x2goserver.spec: + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. diff --git a/libx2go-server-db-perl/Makefile b/libx2go-server-db-perl/Makefile index 1cbb1bf..14e37a3 100755 --- a/libx2go-server-db-perl/Makefile +++ b/libx2go-server-db-perl/Makefile @@ -4,8 +4,8 @@ SRC_DIR=$(CURDIR) SHELL=/bin/bash CC ?= gcc -CFLAGS += -fPIE -LDFLAGS += -pie +override CFLAGS += -fPIE +override LDFLAGS += -pie INSTALL_DIR=install -d -o root -g root -m 755 INSTALL_FILE=install -o root -g root -m 644 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 34353d2f1d801ab196a48c900b8ccdfccd5682c4 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 16 00:40:37 2018 +0100 x2goserver.spec: also pass %{__global_{c{,pp},ld}flags} down via {C,LD}FLAGS. --- debian/changelog | 1 + x2goserver.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 213f44d..1845523 100644 --- a/debian/changelog +++ b/debian/changelog @@ -54,6 +54,7 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium * x2goserver.spec: + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. + + Also pass %{__global_{c{,pp},ld}flags} down via {C,LD}FLAGS. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 14 Aug 2018 16:41:40 +0200 diff --git a/x2goserver.spec b/x2goserver.spec index 680d2f0..5f51408 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -622,7 +622,7 @@ sed -i -e 's,/lib/,/%{_lib}/,' x2goserver/bin/x2gopath sed -i -e 's/-o root -g root//' */Makefile %build -make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags} PERL_INSTALLDIRS=vendor PREFIX=%{_prefix} NXLIBDIR=%{_libdir}/nx +make %{?_smp_mflags} CFLAGS="%{?__global_cppflags} %{?__global_cflags} %{optflags}" LDFLAGS="%{?__global_ldflags}" PERL_INSTALLDIRS=vendor PREFIX=%{_prefix} NXLIBDIR=%{_libdir}/nx %install -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git