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

[#2181] Fixed daemon issues

parent de9df68b
Branches
Tags
No related merge requests found
...@@ -70,7 +70,6 @@ xhdrid: ...@@ -70,7 +70,6 @@ xhdrid:
cp /tmp/id $$f; \ cp /tmp/id $$f; \
done done
prefix = /usr/local
install: install:
mkdir -p $(DESTDIR)$(prefix)/lib mkdir -p $(DESTDIR)$(prefix)/lib
cp -L $$(find . -name '*.a') $(DESTDIR)$(prefix)/lib cp -L $$(find . -name '*.a') $(DESTDIR)$(prefix)/lib
......
...@@ -3657,6 +3657,8 @@ std::vector<std::string> SIPVoIPLink::getAllIpInterface (void) ...@@ -3657,6 +3657,8 @@ std::vector<std::string> SIPVoIPLink::getAllIpInterface (void)
ifaceList.push_back (std::string (tmpAddr)); ifaceList.push_back (std::string (tmpAddr));
_debug ("Local interface %s\n", 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.
Please register or to comment