help ./configure find libnet-config
authorNicolas Thill <nico@openwrt.org>
Wed, 4 Oct 2006 17:10:54 +0000 (17:10 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 4 Oct 2006 17:10:54 +0000 (17:10 +0000)
SVN-Revision: 4908

net/scdp/Makefile

index 0796dc5acb45c70a2f304fa4edce1dd1077b8799..4e3cbff18c156a024c9b8e471e1f65da299b5781 100644 (file)
@@ -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