=== modified file 'parser/Makefile' --- parser/Makefile 2012-05-08 22:41:06 +0000 +++ parser/Makefile 2013-11-08 20:36:03 +0000 @@ -220,6 +220,8 @@ cap_names.h: /usr/include/linux/capability.h echo "$(CAPABILITIES)" | LC_ALL=C sed -n -e "s/[ \\t]\\?CAP_\\([A-Z0-9_]\\+\\)/\{\"\\L\\1\", \\UCAP_\\1\},\\n/pg" > $@ + # if block_suspend is in capabilities list manually add it + echo '{"block_suspend", 36},' >> $@ tst_%: parser_%.c parser.h $(filter-out parser_%.o, ${TEST_OBJECTS}) $(CC) $(TEST_CFLAGS) -o $@ $< $(filter-out $(<:.c=.o), ${TEST_OBJECTS}) $(TEST_LDFLAGS)