mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s3-nsswitch: fix make test_wbpad.
Guenther
This commit is contained in:
@ -46,7 +46,7 @@ cleanup() {
|
||||
rmdir $tempdir
|
||||
}
|
||||
|
||||
cflags="-I. -I./../lib/replace -Iinclude"
|
||||
cflags="-I. -I../ -I./../lib/replace -Iinclude"
|
||||
${CC:-gcc} -m32 $RPM_OPT_FLAGS $CFLAGS -o $tempdir/wb_pad_32 $cflags $tempdir/wb_pad.c
|
||||
if [ $? -ne 0 ]; then
|
||||
cleanup
|
||||
|
Reference in New Issue
Block a user