From 253c1bec462de467a923f7a8951598f7abbe163e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 21 Dec 2006 01:51:35 +0000 Subject: r20298: Fix pidl tests (missing symlink..). (This used to be commit ab3d57394630cefc1fefe859c8bd3d56f6e63695) --- source4/pidl/tests/Util.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/pidl') diff --git a/source4/pidl/tests/Util.pm b/source4/pidl/tests/Util.pm index 83651e6073..cbe6283852 100644 --- a/source4/pidl/tests/Util.pm +++ b/source4/pidl/tests/Util.pm @@ -46,9 +46,9 @@ SKIP: { $outfile = "test-$name"; } - my $cflags = `pkg-config --libs --cflags ndr`; + my $flags = `pkg-config --libs --cflags ndr samba-config`; - open CC, "|cc -x c - -o $outfile $cflags"; + open CC, "|cc -x c - -o $outfile $flags"; print CC "#define uint_t unsigned int\n"; print CC "#define _GNU_SOURCE\n"; print CC "#include \n"; -- cgit