tags 450446 patch
thanks

Hi,

Here is a patch to fix this bug, it is under the form of a
ready-to-upload NMU.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `-     Unix Sys & Net Admin
diff -ruN extipl-5.04.orig/debian/changelog extipl-5.04/debian/changelog
--- extipl-5.04.orig/debian/changelog	2007-12-02 01:57:32.000000000 +0100
+++ extipl-5.04/debian/changelog	2007-12-02 01:55:44.991797780 +0100
@@ -1,3 +1,11 @@
+extipl (5.04-2.2) unstable; urgency=low
+
+  * NMU
+  * Fix FTBFS on i386: crc32 is nowadays a nasm keyword, rename it
+    to crc32_. (Closes: #450446)
+
+ -- Aurélien GÉRÔME <[EMAIL PROTECTED]>  Sun, 02 Dec 2007 01:52:48 +0100
+
 extipl (5.04-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -ruN extipl-5.04.orig/src/castor.asm extipl-5.04/src/castor.asm
--- extipl-5.04.orig/src/castor.asm	2002-03-25 14:48:52.000000000 +0100
+++ extipl-5.04/src/castor.asm	2007-12-02 01:56:29.760221334 +0100
@@ -2233,7 +2233,7 @@
 		mov	cx,16		;; 8 + 8
 		pop	si
 		pop	di
-		jmp	short crc32
+		jmp	short crc32_
 
 labelbuf_crc:	mov	bx,label_buff
 		mov	cx,label_buffln
@@ -2244,7 +2244,7 @@
 ;;	Enter:	cx = length
 ;;		bx = buffer address
 ;;	Return:	dx.ax = crc32
-crc32:		push	si
+crc32_:		push	si
 		mov	si,bx
 		mov	bx,0xffff	; res.lo
 		mov	dx,bx		; res.hi

Attachment: signature.asc
Description: Digital signature

Reply via email to