repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CVE-2021-3671 HEIMDAL kdc: validate sname in TGS-REQ
[Samba.git]
/
configure
blob
2b0ffb0dae1cc6ea05345e6ba53cd5366faa4e9b
1
#!/bin/sh
2
3
PREVPATH
=
`dirname
$0
`
4
5
WAF
=
.
/
buildtools
/
bin
/
waf
6
7
# using JOBS=1 gives maximum compatibility with
8
# systems like AIX which have broken threading in python
9
JOBS
=
1
10
export
JOBS
11
12
# Make sure we don't have any library preloaded.
13
unset
LD_PRELOAD
14
15
cd
. ||
exit
1
16
$PYTHON $WAF
configure $@ ||
exit
1
17
cd
$PREVPATH