SHA256
1
0
forked from pool/kbuild
kbuild/kbuild-pthread.diff
Martin Pluskal c3b73455b9 Accepting request 535804 from home:lwfinger:branches:devel:tools:building
- Update to version 0.1.9998svn3110. VirtualBox 5.2.0 needs this one to build.
  Changes detailed in upstream url from svn 2815 to 3110.
- Rebased patches
- Removed test for openSUSE 12.3 from spec file.

OBS-URL: https://build.opensuse.org/request/show/535804
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=34
2017-10-24 15:07:10 +00:00

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