Module: sip-router Branch: master Commit: fe46631967ef1c9c553e748e17937da21c6f4d32 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fe466319...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Jan 19 19:20:21 2010 +0100
Makefile: blacklisted mtree module from compilation
- it requires backports from sr branch (shm_initialized())
---
Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index e7bc7cb..b7c41c5 100644 --- a/Makefile +++ b/Makefile @@ -222,6 +222,8 @@ else # excluded because they do not compile (remove them only after they are # fixed) -- andrei exclude_modules+= bdb dbtext iptrtpproxy pa rls + # dcm: for now needs backports from sr + exclude_modules+= mtree endif
# always exclude the CVS dir