From 05d0976653e0d571751c833b80b646c310bee424f32916584b7cc25022103e46 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 22 Jul 2019 09:28:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/hardware/usbguard?expand=0&rev=22 --- usbguard-pthread.patch | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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=\