projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa6eac
)
help ./configure find libnet-config
author
Nicolas Thill
<nico@openwrt.org>
Wed, 4 Oct 2006 17:10:54 +0000
(17:10 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 4 Oct 2006 17:10:54 +0000
(17:10 +0000)
SVN-Revision: 4908
net/scdp/Makefile
patch
|
blob
|
history
diff --git
a/net/scdp/Makefile
b/net/scdp/Makefile
index 0796dc5acb45c70a2f304fa4edce1dd1077b8799..4e3cbff18c156a024c9b8e471e1f65da299b5781 100644
(file)
--- 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