On Fri, 2011-09-09 at 19:07 -0400, Eric Paris wrote: > On 09/09/2011 06:35 PM, Guido Trentalancia wrote: > > The following patch is probably even better as it actually sorts out the > > problem rather than just printing out a warning (it can still be > > combined with the creation of a top-level README file): > > > > diff -x '*.po' -x '*.pot' -pru selinux-09092011-orig/checkpolicy/Makefile selinux-09092011-local-headers/checkpolicy/Makefile > > --- selinux-09092011-orig/checkpolicy/Makefile 2011-09-09 20:12:55.978662153 +0200 > > +++ selinux-09092011-local-headers/checkpolicy/Makefile 2011-09-10 00:21:16.242852130 +0200 > > @@ -12,7 +12,7 @@ YACC = bison -y > > > > CFLAGS ?= -g -Wall -Werror -Wshadow -O2 -pipe -fno-strict-aliasing > > > > -override CFLAGS += -I. -I${INCLUDEDIR} > > +override CFLAGS += -I. -I../libsepol/include -I${INCLUDEDIR} > > I haven't checked, but can the makefiles then work when there is no > ../libsepol/include? If ../libsepol/include does not exist and libsepol headers are not installed under the standard location (${INCLUDEDIR}), then the above is going to fail. But why should libsepol/include be missing from git in the first place ?? Regards, Guido -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.