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:
committed by
Amitay Isaacs
parent
a9e03337c1
commit
5bdadd1501
@ -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)
|
||||
|
Reference in New Issue
Block a user