1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Properly propagate libseccomp linker flags

This commit is contained in:
Puck Meerburg 2021-02-26 22:06:06 +00:00
parent 6512be0a99
commit 7241fdc3d2
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@ ifeq ($(OS), SunOS)
endif
ifeq ($(HAVE_SECCOMP), 1)
libstore_LDFLAGS += -lseccomp
libstore_LDFLAGS += $(LIBSECCOMP_LIBS)
endif
libstore_CXXFLAGS += \