This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 3d59e2c nxcomp/Makefile.am: call aclocal with the correct include dir argument. new a10b9c6 nx-X11/config/cf/linux.cf: recursive macros aren't a thing. 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: nx-X11/config/cf/linux.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit a10b9c649eda1f30e935c2fe4364f023fb5c957f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Dec 15 17:00:11 2017 +0100 nx-X11/config/cf/linux.cf: recursive macros aren't a thing. Just copy-paste the initial definition to avoid recursion. --- nx-X11/config/cf/linux.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx-X11/config/cf/linux.cf b/nx-X11/config/cf/linux.cf index 9a638ae..87e9723 100644 --- a/nx-X11/config/cf/linux.cf +++ b/nx-X11/config/cf/linux.cf @@ -765,7 +765,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion) #endif #ifdef Ppc64Architecture -# define DefaultCCOptions DefaultCCOptions -mminimal-toc +# define DefaultCCOptions -std=c99 GccWarningOptions -mminimal-toc # ifndef OptimizedCDebugFlags # define OptimizedCDebugFlags DefaultGcc2Ppc64Opt # endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git