[2342] Temporarily moved duid.{h,cc} from libdhcp++ to libdhcp_srv.
Having duid.{h, cc} in libdhcp++ causes dependency between two libraries. Due to this dependency multi-threaded build fails because libs are created by different threads simultaneously and race condition occurs. Libraries should be moved to separate folders and have separate makefiles. This complies with BIND10 structure and will make this issue goe away.
Please register or sign in to comment