1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-waf: Fix pthreadpool build which needs librt now.

Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Mon Jun  6 23:31:09 CEST 2011 on sn-devel-104
This commit is contained in:
Andreas Schneider 2011-06-06 22:22:34 +02:00 committed by Andreas Schneider
parent 0efcc94fb8
commit 8b02b78044

View File

@ -2,7 +2,7 @@
bld.SAMBA3_SUBSYSTEM('PTHREADPOOL',
source='pthreadpool.c',
deps='pthread',
deps='pthread rt',
enabled=bld.env.WITH_PTHREADPOOL)
bld.SAMBA3_BINARY('pthreadpooltest',