Whamcloud - gitweb
LU-2662 build: pthread build issue 80/5180/4
authorKeith Mannthey <keith.mannthey@intel.com>
Wed, 30 Jan 2013 00:39:21 +0000 (16:39 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 27 Jun 2013 16:04:43 +0000 (16:04 +0000)
commit9f5eea8ea8b42298e8b7eadebc51ceba4687705c
tree953a0c13c4bd6e526686a579bf66fe189eeaa93b
parent3b657b6b81913afe21e4140f374f0edab20a7f38
LU-2662 build: pthread build issue

Adding strlcpy to lustre/utils/liblustreapi.c caused
unexpected build issues.

The build would fail with undefined refrence to
'pthread_create` in user-prim.c.

Adding the pthread flags to the makefile allow the
build to past. I am not sure this is the "BEST" way.

Signed-off-by: Keith Mannthey <keith.mannthey@intel.com>
Change-Id: I62ac4d5c53a42411ef2e8ff37a455308cffed167
Reviewed-on: http://review.whamcloud.com/5180
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Minh Diep <minh.diep@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/Makefile.am