This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x in repository nx-libs. from ef28eb4 nx-X11/extras/Mesa.patches_6.4.2/4002_no-special-glx-memfunctions.patch: include stdlib.h and string.h for memset, malloc and free prototypes. new 7576797 nx-libs.spec: make sure pass additional configure flags through, not discard them. 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-libs.spec | 3 ++- 1 file changed, 2 insertions(+), 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 3.6.x in repository nx-libs. commit 75767979e5691195e5daa040e3b8669aae06c0cc Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 19 16:06:06 2017 +0100 nx-libs.spec: make sure pass additional configure flags through, not discard them. Fixes RPM builds building libNX_X11 with poll() support, even though we explicitly disable it using --disable-poll in the main Makefile. Fixes: ArcticaProject/nx-libs#540 --- nx-libs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx-libs.spec b/nx-libs.spec index 87cb656..e973137 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -402,7 +402,8 @@ sed -i -e 's/Wpedantic/pedantic/g' nx-X11/config/cf/{{host,xorgsite}.def,xorg.cf %build cat >"my_configure" <<'EOF' %configure \ - --disable-silent-rules + --disable-silent-rules \ + "${@}" EOF chmod a+x my_configure; # The RPM macro for the linker flags does not exist on EPEL -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git