projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9afb7b6
)
help ./configure find libnet-config
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Oct 2006 17:10:54 +0000
(17:10 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Oct 2006 17:10:54 +0000
(17:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4908
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/scdp/Makefile
patch
|
blob
|
history
diff --git
a/net/scdp/Makefile
b/net/scdp/Makefile
index
0796dc5
..
4e3cbff
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