[X2Go-Dev] Bug#95: x2gothinclient_create x2go_tce_install.sh: line 60: syntax error near unexpected token `fi'

2013-01-08 Thread Thomas Guettler
Package:x2gothinclientmanagement Version: 1.0.1.6-0~281~lucid1 running ubuntu 12.04 x2gothinclient_create ... The following NEW packages will be installed: patch 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 122 kB of archives. After this operation, 250 kB of

[X2Go-Dev] Bug#84: Hardcoded -O3 in CFLAGS

2013-01-08 Thread Bernard Cafarelli
Regarding the optflags patch, is it possible to drop altogether the hardcoded -O3 in C/CXXFLAGS in the various configure.in? This would remove the need for 4 autoreconf when using another optimization level -- Bernard Cafarelli (Voyageur) Gentoo developer (NX, GNUstep, net-misc, llvm/clang,

[X2Go-Dev] Bug#83: Also support CC and LDFLAGS

2013-01-08 Thread Bernard Cafarelli
Nice to see the build system getting better :) I used a different style to fix this, also allowing CC override and custom LDFLAGS. I attach the updated patch for 4.0.0.0 -- Bernard Cafarelli (Voyageur) Gentoo developer (NX, GNUstep, net-misc, llvm/clang, ...)--- x2goserver/Makefile.orig

Re: [X2Go-Dev] Bug#84: Hardcoded -O3 in CFLAGS

2013-01-08 Thread Jan Engelhardt
On Tuesday 2013-01-08 13:23, Bernard Cafarelli wrote: Regarding the optflags patch, is it possible to drop altogether the hardcoded -O3 in C/CXXFLAGS in the various configure.in? This would remove the need for 4 autoreconf when using another optimization level Why would autoreconf be rerun if

Re: [X2Go-Dev] Bug#83: Also support CC and LDFLAGS

2013-01-08 Thread Jan Engelhardt
On Tuesday 2013-01-08 13:15, Bernard Cafarelli wrote: Nice to see the build system getting better :) I used a different style to fix this, also allowing CC override and custom LDFLAGS. I attach the updated patch for 4.0.0.0 -pie belongs into LDFLAGS.

Re: [X2Go-Dev] [X2Go-Announcement] New X2Go releases: x2goserver, x2goclient, nx-libs, x2godesktopsharing, x2golxdebindings, x2goplasmabindings, pinentry-x2go

2013-01-08 Thread Jan Engelhardt
On Tuesday 2013-01-08 01:03, Mike Gabriel wrote: Dear all, The X2Go Project is proud to announce a couple of new X2Go component releases: - X2Go Server (4.0.0.0) - X2Go Client (4.0.0.1) Maybe cut back on the amount of components per version numbers? What about something simple as 4.1?

[X2Go-Dev] Bug#84: Hardcoded -O3 in CFLAGS

2013-01-08 Thread Bernard Cafarelli
Le Tue, 8 Jan 2013 17:07:12 +0100 (CET) Jan Engelhardt jeng...@inai.de a écrit: Why would autoreconf be rerun if you use ./configure CFLAGS=-O2 CXXFLAGS=-O2? I meant, without first removing the -O3 from configure.in (before autoreconf) With current configure.in, setting CXXFLAGS to -O2 will