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:
parent
6512be0a99
commit
7241fdc3d2
2 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@ ifeq ($(OS), SunOS)
|
|||
endif
|
||||
|
||||
ifeq ($(HAVE_SECCOMP), 1)
|
||||
libstore_LDFLAGS += -lseccomp
|
||||
libstore_LDFLAGS += $(LIBSECCOMP_LIBS)
|
||||
endif
|
||||
|
||||
libstore_CXXFLAGS += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue