From 1d4781697f411d7fb5c67a54833b7817e53433a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 14 Apr 2009 14:55:24 +0200 Subject: [PATCH] s3-nsswitch: fix make test_wbpad. Guenther (cherry picked from commit 1b9384a11f2957bcfbe9f23e023c79535d4a7bc9) (cherry picked from commit e7c9c2f279eaa424ba7cfecd0bfd827520640f5d) --- source3/script/tests/wb_pad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/script/tests/wb_pad.sh b/source3/script/tests/wb_pad.sh index f1f5ca24c4d..10cedc897de 100755 --- a/source3/script/tests/wb_pad.sh +++ b/source3/script/tests/wb_pad.sh @@ -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 -- 2.11.4.GIT