You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libdnet/SOURCES/dnet-config-multilib.patch

16 lines
336 B

--- 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