new version required for Vbox 7.1 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=58
18 lines
534 B
Diff
18 lines
534 B
Diff
---
|
|
Config.kmk | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: kbuild-0.1.9998svn3110/Config.kmk
|
|
===================================================================
|
|
--- kbuild-0.1.9998svn3110.orig/Config.kmk
|
|
+++ kbuild-0.1.9998svn3110/Config.kmk
|
|
@@ -340,7 +340,7 @@ else # !os2, !win, !nt
|
|
TEMPLATE_BIN_INCS += $(PATH_GNUMAKE_SRC)/glob /usr/local/include
|
|
endif
|
|
ifeq ($(KBUILD_TARGET),linux)
|
|
- TEMPLATE_BIN_LIBS += rt
|
|
+ TEMPLATE_BIN_LIBS += rt pthread
|
|
endif
|
|
endif
|
|
|