Re: procps: FTBFS on hurd-i386
Hello,
Aapo Rantalainen, on Wed 25 May 2016 23:24:59 +0300, wrote:
> ++#ifndef __GNU__
> + #include <sys/prctl.h>
> ++#endif
> ++#ifdef PR_SET_NAME
> + prctl(PR_SET_NAME, MY_NAME, NULL, NULL, NULL);
> ++#endif
Better add prctl into the AC_CHECK_FUNCS list in configure.ac, than
hardcoding this.
> - (cd $(DEBROOT)/bin && mv kill kill.procps )
> + (cd $(DEBROOT)/bbin && mv kill kill.procps )
Uh. How is it that binaries end up in /bbin ?? This looks like something
is going wrong, and *that* has to be fixed, not just worked around.
Thanks,
Samuel
Reply to: