Skip to content

Commit

Permalink
sysutils/cfengine-devel: Include missing patches
Browse files Browse the repository at this point in the history
Include patches missed in c3e2098.

Fixes:		c3e2098
  • Loading branch information
cschuber committed Dec 6, 2023
1 parent 597ca5a commit 9b55775
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sysutils/cfengine-devel/files/patch-libenv_sysinfo.h
@@ -0,0 +1,8 @@
--- libenv/sysinfo.h.orig 2023-12-04 08:49:45.000000000 -0800
+++ libenv/sysinfo.h 2023-12-05 21:21:51.352396000 -0800
@@ -40,4 +40,5 @@

JsonElement* GetUserInfo(const void *passwd);

+#include <pcre.h>
#endif
10 changes: 10 additions & 0 deletions sysutils/cfengine-devel/files/patch-libpromises_cf3.defs.h
@@ -0,0 +1,10 @@
--- libpromises/cf3.defs.h.orig 2023-12-04 08:49:45.000000000 -0800
+++ libpromises/cf3.defs.h 2023-12-05 21:29:59.417994000 -0800
@@ -1695,6 +1695,7 @@
/* common macros */
/*************************************************************************/

+#include <pcre.h>
#include <rlist.h>
#include <dbm_api.h>
#include <sequence.h>

0 comments on commit 9b55775

Please sign in to comment.