diff --git a/usbguard-pthread.patch b/usbguard-pthread.patch index 09a163f..bca8152 100644 --- a/usbguard-pthread.patch +++ b/usbguard-pthread.patch @@ -2,16 +2,15 @@ Index: usbguard-0.7.4/Makefile.am =================================================================== --- usbguard-0.7.4.orig/Makefile.am +++ usbguard-0.7.4/Makefile.am -@@ -342,6 +342,8 @@ usbguard_daemon_CPPFLAGS=\ - @libcapng_CFLAGS@ \ +@@ -343,6 +343,7 @@ usbguard_daemon_CPPFLAGS=\ @audit_CFLAGS@ -+usbguard_daemon_LIBFLAGS= -pthread -+ usbguard_daemon_LDADD=\ ++ -lpthread \ $(top_builddir)/libusbguard.la \ @seccomp_LIBS@ \ -@@ -608,6 +610,7 @@ nodist_usbguard_applet_qt_SOURCES=\ + @libcapng_LIBS@ \ +@@ -608,6 +609,7 @@ nodist_usbguard_applet_qt_SOURCES=\ src/GUI.Qt/TargetDelegate.moc.cpp usbguard_applet_qt_LDADD=\