Commit f4fb9379 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

build: config -- Drop redundant summing

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 79e93ca7
......@@ -10,7 +10,7 @@ ifeq ($(call try-cc,$(FEATURE_TEST_LIBBSD_DEV),-lbsd),y)
endif
ifeq ($(call pkg-config-check,libselinux),y)
LIBS += -lselinux $(LIBS)
LIBS += -lselinux
DEFINES += -DCONFIG_HAS_SELINUX
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment