The package recipe has been rewritten. The autotools/FHS patch from pidgin has been applied. The package is now buildable.
13 lines
407 B
Diff
13 lines
407 B
Diff
diff -aurN 004/source/libpurple/util.c 005/source/libpurple/util.c
|
|
--- 004/source/libpurple/util.c
|
|
+++ 005/source/libpurple/util.c
|
|
@@ -2719,7 +2719,7 @@
|
|
g_free(filename_temp);
|
|
return FALSE;
|
|
}
|
|
-#ifndef __COVERITY__
|
|
+#if !defined(__COVERITY__) && !defined(_WIN32)
|
|
/* Use stat to be absolutely sure.
|
|
* It causes TOCTOU coverity warning (against g_rename below),
|
|
* but it's not a threat for us.
|