aboutsummaryrefslogtreecommitdiffstats
path: root/misc/rump/files/patch-buildrump.sh
blob: 43417f885f1c2e63a7ca29676d0e33e4f49abcab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- buildrump.sh.orig   2013-12-14 09:51:57 UTC
+++ buildrump.sh
@@ -893,6 +893,7 @@ evaltarget ()
        ;;
    "freebsd")
        RUMPKERN_UNDEF='-U__FreeBSD__'
+       ${KERNONLY} || EXTRA_RUMPCLIENT='-lpthread'
        ;;
    "linux")
        RUMPKERN_UNDEF='-Ulinux -U__linux -U__linux__ -U__gnu_linux__'