Skip to content
Snippets Groups Projects
Commit 4a40e386 authored by Julien Bonjean's avatar Julien Bonjean
Browse files

[#2181] Fixed daemon issues

parent de9df68b
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,6 @@ xhdrid:
cp /tmp/id $$f; \
done
prefix = /usr/local
install:
mkdir -p $(DESTDIR)$(prefix)/lib
cp -L $$(find . -name '*.a') $(DESTDIR)$(prefix)/lib
......
......@@ -3657,6 +3657,8 @@ std::vector<std::string> SIPVoIPLink::getAllIpInterface (void)
ifaceList.push_back (std::string (tmpAddr));
_debug ("Local interface %s\n", tmpAddr);
}
return ifaceList;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment