[packages/wvstreams] - added headers needed for getuid() - rel 4

baggins baggins at pld-linux.org
Fri Dec 6 20:16:41 CET 2013


commit 3a6a8e8b2630263ce3d430bf759b3c7d80f4cd06
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Dec 6 20:16:25 2013 +0100

    - added headers needed for getuid()
    - rel 4

 wvstreams-includes.patch | 11 +++++++++++
 wvstreams.spec           |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/wvstreams.spec b/wvstreams.spec
index 89372f0..4e888f6 100644
--- a/wvstreams.spec
+++ b/wvstreams.spec
@@ -21,7 +21,7 @@ Summary:	A network programming library written in C++
 Summary(pl.UTF-8):	Biblioteka programowania sieciowego napisana w C++
 Name:		wvstreams
 Version:	4.6.1
-Release:	3
+Release:	4
 License:	LGPL
 Group:		Libraries
 Source0:	http://wvstreams.googlecode.com/files/%{name}-%{version}.tar.gz
diff --git a/wvstreams-includes.patch b/wvstreams-includes.patch
index 23b3a64..5d4d2e4 100644
--- a/wvstreams-includes.patch
+++ b/wvstreams-includes.patch
@@ -21,3 +21,14 @@
  
  WvAtomicFile::WvAtomicFile(WvStringParm filename, int flags, mode_t create_mode)
      : tmp_file(WvString::null)
+--- wvstreams-4.6.1/utils/wvuid.cc~	2008-07-14 21:11:35.000000000 +0200
++++ wvstreams-4.6.1/utils/wvuid.cc	2013-12-06 20:12:29.158990581 +0100
+@@ -6,6 +6,8 @@
+  */ 
+ #include "wvautoconf.h"
+ #include "wvuid.h"
++#include <unistd.h>
++#include <sys/types.h>
+ 
+ #if WIN32
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wvstreams.git/commitdiff/3a6a8e8b2630263ce3d430bf759b3c7d80f4cd06



More information about the pld-cvs-commit mailing list