git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74707e8
)
s3-nsswitch: fix make test_wbpad.
author
Günther Deschner
<gd@samba.org>
Tue, 14 Apr 2009 12:55:24 +0000
(14:55 +0200)
committer
Günther Deschner
<gd@samba.org>
Tue, 14 Apr 2009 12:56:59 +0000
(14:56 +0200)
Guenther
source3/script/tests/wb_pad.sh
patch
|
blob
|
history
diff --git
a/source3/script/tests/wb_pad.sh
b/source3/script/tests/wb_pad.sh
index f1f5ca24c4dff5db5314571ca2258eb2d89610fb..10cedc897de973d58aeda3fc1ce99b7f2d44c86f 100755
(executable)
--- 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