SHA256
1
0
forked from pool/usbguard
Marcus Meissner 2019-07-22 08:57:07 +00:00 committed by Git OBS Bridge
parent eb072bd682
commit 172e2c3dfc

View File

@ -2,11 +2,12 @@ Index: usbguard-0.7.4/Makefile.am
===================================================================
--- usbguard-0.7.4.orig/Makefile.am
+++ usbguard-0.7.4/Makefile.am
@@ -343,6 +343,7 @@ usbguard_daemon_CPPFLAGS=\
@@ -342,6 +342,8 @@ usbguard_daemon_CPPFLAGS=\
@libcapng_CFLAGS@ \
@audit_CFLAGS@
+usbguard_daemon_LIBFLAGS= -pthread
+
usbguard_daemon_LDADD=\
+ -pthread \
$(top_builddir)/libusbguard.la \
@seccomp_LIBS@ \
@libcapng_LIBS@ \