tags 309606 patch
thanks

The attached patch fixes this alignment error on ia64.  I've prepared a
0-day NMU for this issue, which must be fixed before pcre3 4.5-1.2 can be
installed in testing to fix RC bug #308997, and will be uploading shortly to
unstable.

Thanks,
-- 
Steve Langasek
postmodern programmer
diff -u pcre3-5.0/debian/changelog pcre3-5.0/debian/changelog
--- pcre3-5.0/debian/changelog
+++ pcre3-5.0/debian/changelog
@@ -1,3 +1,11 @@
+pcre3 (5.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Correct an alignment error in the pcretest.c test case, which was
+    causing build failures on ia64 (closes: #309606).
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Thu, 26 May 2005 05:15:34 +0000
+
 pcre3 (5.0-1) unstable; urgency=low
 
   * New upstream release (Closes: #295287)
only in patch2:
unchanged:
--- pcre3-5.0.orig/pcretest.c
+++ pcre3-5.0/pcretest.c
@@ -476,7 +476,7 @@
 int main(int argc, char **argv)
 {
 FILE *infile = stdin;
-int options = 0;
+long int options = 0;
 int study_options = 0;
 int op = 1;
 int timeit = 0;

Attachment: signature.asc
Description: Digital signature

Reply via email to