Package: tightvnc
Version: 1.2.9-21
Severity: important
Tags: patch
Justification: fails to build from source


Package fails to build on ARM.  Looks like confusion between
Arm32Architecture and ArmArchitecture in the configure scripts.

Patch below fixes the system detection file to generate the defines that
the rest of the config is expecting.

Paul

diff -ur clean/Xvnc/config/cf/Imake.cf tightvnc-fixed/Xvnc/config/cf/Imake.cf
--- clean/Xvnc/config/cf/Imake.cf
+++ tightvnc-fixed/Xvnc/config/cf/Imake.cf
@@ -711,7 +711,7 @@
 #  undef __alpha__
 # endif /* __alpha__ */
 # ifdef __arm__
-#  define Arm32Architecture
+#  define ArmArchitecture
 #  undef arm
 #  undef __arm
 #  undef __arm__

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: arm (armv5tejl)

Kernel: Linux 2.6.22.2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to