diff --git a/usbguard-pthread.patch b/usbguard-pthread.patch index 491c58c..57f2a3e 100644 --- a/usbguard-pthread.patch +++ b/usbguard-pthread.patch @@ -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@ \