Package: lwp
Version: 2.4+debian-1
Severity: serious
Tags: patch
Justification: fails to build from source

Package uses nonportable way of setting stack
non-executable. "@" is comment in arm assembler,
use % instead.

diff -urN lwp-2.4+debian.old/src/process.S lwp-2.4+debian/src/process.S
--- lwp-2.4+debian.old/src/process.S    2007-12-03 19:10:24.000000000 +0000
+++ lwp-2.4+debian/src/process.S        2008-01-19 12:48:24.000000000 +0000
@@ -1015,6 +1015,6 @@

 #if defined __ELF__ && defined __linux__
     /* indicate that we do not need an executable stack */
-    .section .note.GNU-stack,"",@progbits
+    .section .note.GNU-stack,"",%progbits
 #endif


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)



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

Reply via email to