[Pkg-openssl-changes] r405 - in openssl/trunk: crypto/md5 debian

Kurt Roeckx kroeckx at alioth.debian.org
Mon Jun 8 17:04:47 UTC 2009


Author: kroeckx
Date: 2009-06-08 17:04:47 +0000 (Mon, 08 Jun 2009)
New Revision: 405

Modified:
   openssl/trunk/crypto/md5/Makefile
   openssl/trunk/debian/changelog
Log:
Split the line to generate md5-x86_64.s


Modified: openssl/trunk/crypto/md5/Makefile
===================================================================
--- openssl/trunk/crypto/md5/Makefile	2009-06-08 17:01:52 UTC (rev 404)
+++ openssl/trunk/crypto/md5/Makefile	2009-06-08 17:04:47 UTC (rev 405)
@@ -52,7 +52,8 @@
 mx86-out.s: asm/md5-586.pl ../perlasm/x86asm.pl
 	(cd asm; $(PERL) md5-586.pl a.out $(CFLAGS) > ../$@)
 
-md5-x86_64.s:	asm/md5-x86_64.pl;	$(PERL) asm/md5-x86_64.pl $@
+md5-x86_64.s:	asm/md5-x86_64.pl
+	$(PERL) asm/md5-x86_64.pl $@
 
 files:
 	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO

Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2009-06-08 17:01:52 UTC (rev 404)
+++ openssl/trunk/debian/changelog	2009-06-08 17:04:47 UTC (rev 405)
@@ -2,8 +2,11 @@
 
   * Move libssl0.9.8-dbg to the debug section.
   * Use the rc4 assembler on kfreebsd-amd64 (Closes: #532336)
+  * Split the line to generate md5-x86_64.s in the Makefile.  This will
+    hopefully fix the build issue on kfreebsd that now outputs the file
+    to stdout instead of the file.
 
- -- Kurt Roeckx <kurt at roeckx.be>  Mon, 08 Jun 2009 18:59:19 +0200
+ -- Kurt Roeckx <kurt at roeckx.be>  Mon, 08 Jun 2009 19:03:23 +0200
 
 openssl (0.9.8k-1) unstable; urgency=low
 




More information about the Pkg-openssl-changes mailing list