- 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
13 lines
268 B
Diff
13 lines
268 B
Diff
Index: configure.in
|
|
===================================================================
|
|
--- configure.in.orig
|
|
+++ configure.in
|
|
@@ -6,7 +6,6 @@ dnl
|
|
dnl $Id$
|
|
|
|
AC_INIT(include/dnet.h)
|
|
-AC_CONFIG_AUX_DIR(config)
|
|
AC_SUBST(ac_aux_dir)
|
|
|
|
AM_INIT_AUTOMAKE(libdnet, 1.12)
|