You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
Index: apr-util-1.2.8/apu-config.in
|
|
|
|
|
--- apr-util-1.2.8/apu-config.in.orig 2005-02-04 21:45:35 +0100
|
|
|
|
|
+++ apr-util-1.2.8/apu-config.in 2007-06-22 20:21:09 +0200
|
|
|
|
|
@@ -27,7 +27,7 @@
|
|
|
|
|
libdir="@libdir@"
|
|
|
|
|
includedir="@includedir@"
|
|
|
|
|
|
|
|
|
|
-LIBS="@APRUTIL_EXPORT_LIBS@"
|
|
|
|
|
+LIBS="@APRUTIL_EXPORT_LIBS@ @LIBS@"
|
|
|
|
|
INCLUDES="@APRUTIL_INCLUDES@"
|
|
|
|
|
LDFLAGS="@APRUTIL_LDFLAGS@"
|
|
|
|
|
|
|
|
|
|
Index: apr-util-1.2.8/crypto/getuuid.c
|
|
|
|
|
--- apr-util-1.2.8/crypto/getuuid.c.orig 2006-04-14 20:01:58 +0200
|
|
|
|
|
+++ apr-util-1.2.8/crypto/getuuid.c 2007-06-22 20:21:09 +0200
|
|
|
|
|
@@ -131,7 +131,7 @@
|
|
|
|
|
|
|
|
|
|
/* crap. this isn't crypto quality, but it will be Good Enough */
|
|
|
|
|
|
|
|
|
|
- get_system_time(&time_now);
|
|
|
|
|
+ time_now = apr_time_now();
|
|
|
|
|
srand((unsigned int)(((time_now >> 32) ^ time_now) & 0xffffffff));
|
|
|
|
|
|
|
|
|
|
return rand() & 0x0FFFF;
|