From 0a9657e08b13785e1b212f44bbfb5a048d651c92ed88573be8f8604bcc360dbb Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 22 Jul 2019 09:19:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/hardware/usbguard?expand=0&rev=21 --- usbguard-pthread.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/usbguard-pthread.patch b/usbguard-pthread.patch index 3bfe5c0..09a163f 100644 --- a/usbguard-pthread.patch +++ b/usbguard-pthread.patch @@ -11,12 +11,11 @@ Index: usbguard-0.7.4/Makefile.am usbguard_daemon_LDADD=\ $(top_builddir)/libusbguard.la \ @seccomp_LIBS@ \ -@@ -607,6 +609,8 @@ nodist_usbguard_applet_qt_SOURCES=\ - src/GUI.Qt/SessionBlocker.moc.cpp \ +@@ -608,6 +610,7 @@ nodist_usbguard_applet_qt_SOURCES=\ src/GUI.Qt/TargetDelegate.moc.cpp -+usbguard_applet_qt_LIBADD= -pthread -+ usbguard_applet_qt_LDADD=\ ++ -lpthread \ $(top_builddir)/libusbguard.la \ @qt_LIBS@ +