Package: tightvnc Version: 1.2.9-21 Severity: important Tags: patch Hi,
almost the same as for vnc, with a smaller patch, since the other file isn't affected, and I'll be updating the vnc's one with what I read in this one in some minutes. Cheers, -- Cyril Brulebois
--- tightvnc-1.2.9/Xvnc/config/cf/Imake.cf 2007-03-20 19:29:05.892841000 +0100 +++ tightvnc-1.2.9/Xvnc/config/cf/Imake.cf 2007-03-20 19:29:37.000000000 +0100 @@ -600,7 +600,7 @@ # define Win32Architecture #endif /* WIN32 */ -#ifdef linux +#if defined(linux) || defined(__GLIBC__) # define MacroIncludeFile <linux.cf> # define MacroFile linux.cf # undef linux

