Ver código fonte

Makefile: blacklisted mtree module from compilation

- it requires backports from sr branch (shm_initialized())
Daniel-Constantin Mierla 15 anos atrás
pai
commit
fe46631967
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -222,6 +222,8 @@ else
 	# excluded because they do not compile (remove them only after they are
 	# excluded because they do not compile (remove them only after they are
 	#  fixed) -- andrei
 	#  fixed) -- andrei
 	exclude_modules+= bdb dbtext iptrtpproxy pa rls
 	exclude_modules+= bdb dbtext iptrtpproxy pa rls
+	# dcm: for now needs backports from sr
+	exclude_modules+= mtree
 endif
 endif
 
 
 # always exclude the CVS dir
 # always exclude the CVS dir