On 01/13/2014 02:50 PM, Pádraig Brady wrote: > +# Then compile/link it: > +$CC -shared -fPIC -O2 k.c -o k.so \ > + || framework_failure_ 'failed to build SELinux shared library'
I'll change that to a || skip_ ... so that we avoid issues with no (stub) <selinux/selinux.h> being available. thanks, Pádraig.
