Last change
on this file was 920, checked in by Silvan Scherrer, 9 years ago |
Samba Server: apply latest security patches to trunk
|
File size:
722 bytes
|
Rev | Line | |
---|
[918] | 1 | WAF_BINARY=buildtools/bin/waf
|
---|
| 2 | WAF=$(WAF_BINARY)
|
---|
| 3 | WAF_BUILD=WAF_MAKE=1 $(WAF_BINARY)
|
---|
| 4 | SAMBA4_BINARIES="smbtorture,ndrdump"
|
---|
| 5 |
|
---|
| 6 | samba4-configure:
|
---|
| 7 | @(cd .. && \
|
---|
| 8 | CFLAGS='' $(WAF) reconfigure || \
|
---|
[920] | 9 | CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --bundled-libraries=ALL --disable-gnutls )
|
---|
[918] | 10 |
|
---|
| 11 | .PHONY: samba4-configure
|
---|
| 12 |
|
---|
| 13 | bin/smbtorture4: $(BINARY_PREREQS) samba4-configure
|
---|
| 14 | cd .. && $(WAF_BUILD) --targets=smbtorture
|
---|
| 15 | cp ../bin/smbtorture bin/smbtorture4
|
---|
| 16 |
|
---|
| 17 | .PHONY: bin/smbtorture4
|
---|
| 18 |
|
---|
| 19 | bin/ndrdump4: $(BINARY_PREREQS) samba4-configure
|
---|
| 20 | cd .. && $(WAF_BUILD) --targets=ndrdump
|
---|
| 21 | cp ../bin/ndrdump bin/ndrdump4
|
---|
| 22 |
|
---|
| 23 | .PHONY: bin/ndrdump4
|
---|
Note:
See
TracBrowser
for help on using the repository browser.