[CRIU] [PATCH 1/3] build: config -- Drop redundant summing

Cyrill Gorcunov gorcunov at openvz.org
Wed Feb 24 11:14:53 PST 2016


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 criu/Makefile.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/criu/Makefile.config b/criu/Makefile.config
index 8ad1abcc3a33..1cfc5d257e02 100644
--- a/criu/Makefile.config
+++ b/criu/Makefile.config
@@ -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
 
-- 
2.5.0



More information about the CRIU mailing list