diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2021-11-12 05:17:01 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-11-12 11:02:56 -0800 |
commit | 6048971467dc5621d2d08f2babca86f06043462d (patch) | |
tree | c9d13587470acac3c3aab4f7d44e687ebea21e9b /net/sysrepo/patches | |
parent | d6bf638cb8278b2203c91699f7a90a44070d79ba (diff) |
sysrepo: update to 2.0.53
needed after libyang update
also drop python3-sysrepo as now is standalone
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'net/sysrepo/patches')
-rw-r--r-- | net/sysrepo/patches/009-fix_inclusion.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/sysrepo/patches/009-fix_inclusion.patch b/net/sysrepo/patches/009-fix_inclusion.patch new file mode 100644 index 000000000..3744a16de --- /dev/null +++ b/net/sysrepo/patches/009-fix_inclusion.patch @@ -0,0 +1,10 @@ +--- a/src/sysrepo_types.h ++++ b/src/sysrepo_types.h +@@ -19,6 +19,7 @@ + + #include <inttypes.h> + #include <stddef.h> ++#include <sys/stat.h> + + struct lyd_node; + struct timespec; |