Properly propagate libseccomp linker flags

This commit is contained in:
Puck Meerburg
2021-02-26 23:01:16 +00:00
parent 6512be0a99
commit 7241fdc3d2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ ifeq ($(OS), SunOS)
endif
ifeq ($(HAVE_SECCOMP), 1)
libstore_LDFLAGS += -lseccomp
libstore_LDFLAGS += $(LIBSECCOMP_LIBS)
endif
libstore_CXXFLAGS += \