libdnet/libdnet-config-multilib.patch
Adam Majer 120f13a45e Accepting request 510891 from home:scarabeus_iv:branches:devel:libraries:c_c++
- 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
2017-07-17 10:34:36 +00:00

16 lines
336 B
Diff

--- dnet-config.in.old 2014-03-14 11:40:27.332135003 +0000
+++ dnet-config.in 2014-03-14 11:41:08.624931401 +0000
@@ -45,10 +45,10 @@
done
if test "$echo_cflags" = "yes"; then
- echo -I@includedir@
+ echo
fi
if test "$echo_libs" = "yes"; then
- echo -L@libdir@ -ldnet @LIBS@
+ echo -ldnet @LIBS@
fi