diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-24 13:48:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-24 13:48:53 +0000 |
commit | 8b1cbc84fdb5d6dcba8b3e3e21af90506c8bfc2e (patch) | |
tree | 4cf70123201c43089e3e997ade668bffe76c4491 /community/kbuild/underlinking.patch | |
parent | 2e320f818729ac141b70d721a66fa8648b45c4c6 (diff) | |
download | aports-8b1cbc84fdb5d6dcba8b3e3e21af90506c8bfc2e.tar.bz2 aports-8b1cbc84fdb5d6dcba8b3e3e21af90506c8bfc2e.tar.xz |
community/kbuild: move from testing
Diffstat (limited to 'community/kbuild/underlinking.patch')
-rw-r--r-- | community/kbuild/underlinking.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/kbuild/underlinking.patch b/community/kbuild/underlinking.patch new file mode 100644 index 0000000000..e72c3c1f69 --- /dev/null +++ b/community/kbuild/underlinking.patch @@ -0,0 +1,13 @@ +diff --git a/src/kmk/Makefile.kmk b/src/kmk/Makefile.kmk +index db1deb2..00981b8 100644 +--- a/src/kmk/Makefile.kmk ++++ b/src/kmk/Makefile.kmk +@@ -215,6 +215,8 @@ kmk_SOURCES = \ + vpath.c \ + remote-stub.c + ++kmk_LIBS.linux = pthread ++ + #kmk_LIBS.solaris = malloc + #kmk_DEFS.solaris += HAVE_MALLINFO + |