GNOME Bugzilla – Bug 653172
Compilation fails when PR_SET_NAME is not defined in prctl.h
Last modified: 2011-06-25 20:54:51 UTC
Created attachment 190441 [details] [review] patch On RHEL4, gstreamer fails to compile cleanly because PR_SET_NAME is not defined in prctl.h. The attached patch fixes this issue. I'm not sure it is acceptable as is, as it uses defined in the #if statement.
commit 156583a69c86cfb222a7bcfb2e0d00b34a91344a Author: Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr> Date: Sat Jun 25 13:51:52 2011 -0700 task: Check for PR_SET_NAME before using Fixes: #653172. Signed-off-by: David Schleef <ds@schleef.org>