This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 708b736 x2gobroker.spec: remove %debug_package macro usage, breaks builds nowadays. new 036f47e x2gobroker.spec: pass down global flags in CFLAGS and LDFLAGS. The 1 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 | 1 + x2gobroker.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 036f47eb650f1e50d4037157626c20a62b73bdc4 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 13 05:37:40 2018 +0100 x2gobroker.spec: pass down global flags in CFLAGS and LDFLAGS. --- debian/changelog | 1 + x2gobroker.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 26ed551..251783d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -129,6 +129,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium - Re-enable debug file generation to see which OS versions still fail. - %exclude does not work with curly braces, revert. - Remove %debug_package macro usage, breaks builds nowadays. + - Pass down global flags in CFLAGS and LDFLAGS. -- X2Go Release Manager <git-admin@x2go.org> Wed, 05 Apr 2017 20:01:48 +0000 diff --git a/x2gobroker.spec b/x2gobroker.spec index dbf196d..03a76e7 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -398,7 +398,7 @@ sed -i logrotate/x2gobroker-daemon \ -e 's/adm/root/' sed -i logrotate/x2gobroker-wsgi \ -e 's/adm/root/' -make %{?_smp_mflags} PREFIX="%{_prefix}" LIBDIR="%{_libexecdir}" +make %{?_smp_mflags} PREFIX="%{_prefix}" LIBDIR="%{_libexecdir}" CFLAGS="%{?__global_cppflags} %{?__global_cflags} %{optflags}" LDFLAGS="%{__global_ldflags}" %install b="%{buildroot}" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git