[Pkg-openssl-changes] r304 - in openssl/trunk: apps debian

kroeckx at alioth.debian.org kroeckx at alioth.debian.org
Thu May 8 17:57:23 UTC 2008


Author: kroeckx
Date: 2008-05-08 17:57:23 +0000 (Thu, 08 May 2008)
New Revision: 304

Modified:
   openssl/trunk/apps/s_time.c
   openssl/trunk/debian/changelog
Log:
undefine HZ so that the code falls back to sysconf(_SC_CLK_TCK)
to fix a build failure on alpha.


Modified: openssl/trunk/apps/s_time.c
===================================================================
--- openssl/trunk/apps/s_time.c	2008-05-08 17:42:49 UTC (rev 303)
+++ openssl/trunk/apps/s_time.c	2008-05-08 17:57:23 UTC (rev 304)
@@ -117,6 +117,7 @@
 
 /* The following if from times(3) man page.  It may need to be changed
 */
+#undef HZ
 #ifndef HZ
 # ifdef _SC_CLK_TCK
 #  define HZ ((double)sysconf(_SC_CLK_TCK))

Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2008-05-08 17:42:49 UTC (rev 303)
+++ openssl/trunk/debian/changelog	2008-05-08 17:57:23 UTC (rev 304)
@@ -1,3 +1,10 @@
+openssl (0.9.8g-10) unstable; urgency=low
+
+  * undefine HZ so that the code falls back to sysconf(_SC_CLK_TCK)
+    to fix a build failure on alpha.
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Thu, 08 May 2008 17:56:13 +0000
+
 openssl (0.9.8g-9) unstable; urgency=high
 
   [ Christoph Martin ]




More information about the Pkg-openssl-changes mailing list