packages/net/arpd/patches/004-no_dnet_config_check.patch
florian 211cee0578 [package] make arpd depend on librt, refresh patches (#5816)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-20 12:23:08 +00:00

13 lines
420 B
Diff

--- a/configure
+++ b/configure
@@ -2170,8 +2170,7 @@ echo "${ECHO_T}$withval" >&6
DNETLIB="`$withval/bin/dnet-config --libs`"
else
{ { echo "$as_me:2172: error: dnet-config not found in $withval/bin" >&5
-echo "$as_me: error: dnet-config not found in $withval/bin" >&2;}
- { (exit 1); exit 1; }; }
+echo "$as_me: error: dnet-config not found in $withval/bin" >&2;} }
fi
;;
esac