1
0
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:
Günther Deschner
2009-04-14 14:55:24 +02:00
parent 74707e8e8e
commit 1b9384a11f

View File

@ -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