wok-next view libctpp2/stuff/patches/libctpp2.patch @ rev 20188

collectd-apache: fix wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 02 20:48:23 2017 +0100 (2017-11-02)
parents
children
line source
1 --- a/src/CTPP2FileSourceLoader.cpp
2 +++ b/src/CTPP2FileSourceLoader.cpp
3 @@ -38,6 +38,7 @@
4 #include <errno.h>
5 #include <stdio.h>
6 #include <stdlib.h>
7 +#include <unistd.h>
9 #ifdef WIN32
10 #include <direct.h> /* getcwd */
11 --- a/CMakeLists.txt
12 +++ b/CMakeLists.txt
13 @@ -809,7 +809,7 @@
14 man/ctpp2i.1
15 man/ctpp2json.1
16 man/ctpp2vm.1
17 - DESTINATION man/man1
18 + DESTINATION share/man/man1
19 PERMISSIONS OWNER_READ OWNER_WRITE
20 GROUP_READ
21 WORLD_READ)