From: Nicolas Thill Date: Wed, 4 Oct 2006 17:10:54 +0000 (+0000) Subject: help ./configure find libnet-config X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1666049a49e053ce641e5335d58a0bbc63c35645;p=openwrt%2Fsvn-archive%2Fpackages.git help ./configure find libnet-config SVN-Revision: 4908 --- diff --git a/net/scdp/Makefile b/net/scdp/Makefile index 0796dc5ac..4e3cbff18 100644 --- a/net/scdp/Makefile +++ b/net/scdp/Makefile @@ -39,6 +39,7 @@ define Build/Configure , \ CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/lib/libnet-1.0.x/include" \ LDFLAGS="$$$$LDFLAGS -L$(STAGING_DIR)/usr/lib/libnet-1.0.x/lib" \ + PATH="$(STAGING_DIR)/usr/lib/libnet-1.0.x/bin:$$$$PATH" \ ) endef