aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorPuck Meerburg <puck@puck.moe>2021-02-26 22:06:06 +0000
committerPuck Meerburg <puck@puck.moe>2021-02-26 23:01:16 +0000
commit7241fdc3d2386d256ca8870ca955b498d0ac2ff7 (patch)
treed24d680501caa5ddb3e6b6f12964fcfc53fab7a0 /Makefile.config.in
parent6512be0a99360a1ae459f9efbf77ca5992477ec7 (diff)
Properly propagate libseccomp linker flags
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 9d0500e48..3c1f01d1e 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -17,6 +17,7 @@ LIBBROTLI_LIBS = @LIBBROTLI_LIBS@
LIBCURL_LIBS = @LIBCURL_LIBS@
LIBLZMA_LIBS = @LIBLZMA_LIBS@
OPENSSL_LIBS = @OPENSSL_LIBS@
+LIBSECCOMP_LIBS = @LIBSECCOMP_LIBS@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
SHELL = @bash@