Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 95860 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile~ (-1 / +1 lines)
Lines 21-27 Link Here
21
	$(MAKE) modules -C $(KSRC) M=$(shell pwd)
21
	$(MAKE) modules -C $(KSRC) M=$(shell pwd)
22
22
23
config:
23
config:
24
	@if grep CONFIG_SECURITY_CAPABILITIES=m $(KERNEL_DIR)/.config; \
24
	@if grep CONFIG_SECURITY_CAPABILITIES=m $(KBUILD_OUTPUT)/.config; \
25
	then ln -sf $(KERNEL_DIR)/security/$(COMMONCAP) .; \
25
	then ln -sf $(KERNEL_DIR)/security/$(COMMONCAP) .; \
26
	else echo "Failed: Security Capabilities not configured as module"; \
26
	else echo "Failed: Security Capabilities not configured as module"; \
27
	     echo "Realtime LSM will not work with $(KERNEL_DIR)"; \
27
	     echo "Realtime LSM will not work with $(KERNEL_DIR)"; \

Return to bug 95860