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:
parent
0efcc94fb8
commit
8b02b78044
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user