1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

build: Add missing dependencies on popt

This fixes compilation issues on freebsd where system popt is installed
under /usr/local.

Autobuild-User: Amitay Isaacs <amitay@samba.org>
Autobuild-Date: Fri Jan 27 08:33:52 CET 2012 on sn-devel-104
This commit is contained in:
Amitay Isaacs
2012-01-27 16:57:46 +11:00
committed by Amitay Isaacs
parent a9e03337c1
commit 5bdadd1501
2 changed files with 3 additions and 1 deletions

View File

@ -21,5 +21,5 @@ names = ['testsmbc',
for name in names:
bld.SAMBA_BINARY(name,
source='%s.c' % name,
deps='smbclient',
deps='popt smbclient',
install=False)