Upgrade dibbler to 0.7.1 (#3778)
[openwrt/svn-archive/archive.git] / ipv6 / dibbler / patches / 001-uclibcxx.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -61,7 +61,8 @@
4 -L$(MESSAGES) -lMsg \
5 -lClntOptions -lOptions -lLowLevel \
6 -L$(MISC) -lMisc \
7 - -L$(POSLIB) $(CLNTPOSLIB)
8 + -L$(POSLIB) $(CLNTPOSLIB) \
9 + $(CLNT_LIBS)
10
11 server: $(SERVERBIN)
12
13 @@ -93,7 +94,8 @@
14 -L$(MISC) -lMisc \
15 -L$(LOWLEVEL) -lLowLevel \
16 -L$(IFACEMGR) -lIfaceMgr \
17 - -L$(POSLIB) $(SRVPOSLIB)
18 + -L$(POSLIB) $(SRVPOSLIB) \
19 + $(SRV_LIBS)
20
21
22 relay: $(RELAYBIN)
23 @@ -113,7 +115,8 @@
24 -L$(MESSAGES) -lMsg \
25 -L$(MISC) -lMisc \
26 -L$(OPTIONS) -lOptions \
27 - -lMisc -lIfaceMgr -lLowLevel -lRelTransMgr -lRelCfgMgr -lRelMsg -lRelOptions -lOptions
28 + -lMisc -lIfaceMgr -lLowLevel -lRelTransMgr -lRelCfgMgr -lRelMsg -lRelOptions -lOptions \
29 + $(SRV_LIBS)
30
31 requestor: $(REQUESTORBIN)
32 $(REQUESTORBIN): includes commonlibs Requestor $(REQUESTORDIRS)