- Switch to github - Rename libdnet.patch to libdnet-autoreconf.patch - Add patch to work properly on multilib systems: * libdnet-config-multilib.patch - Install python bindings - Add patch for fortify-sources error libdnet-fortify.patch OBS-URL: https://build.opensuse.org/request/show/510891 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdnet?expand=0&rev=15
14 lines
411 B
Diff
14 lines
411 B
Diff
Index: libdnet-libdnet-1.12/python/dnet.c
|
|
===================================================================
|
|
--- libdnet-libdnet-1.12.orig/python/dnet.c
|
|
+++ libdnet-libdnet-1.12/python/dnet.c
|
|
@@ -20,6 +20,8 @@
|
|
#endif
|
|
__PYX_EXTERN_C double pow(double, double);
|
|
#include "dnet.h"
|
|
+#include <string.h>
|
|
+#include <bsd/string.h>
|
|
|
|
|
|
typedef struct {const char *s; const void **p;} __Pyx_CApiTabEntry; /*proto*/
|