From c131b0e884c1efc214331dccca8bc07e318b78c4 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 4 Oct 2006 17:10:54 +0000 Subject: [PATCH] help ./configure find libnet-config SVN-Revision: 4908 --- net/scdp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/scdp/Makefile b/net/scdp/Makefile index 0796dc5acb..4e3cbff18c 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 -- 2.30.2