[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-591-gfc69e3f

Stefan Metzmacher metze at samba.org
Wed Jan 30 19:44:03 GMT 2008


The branch, v4-0-test has been updated
       via  fc69e3f829a83aae311b4849d91509fcfa47816b (commit)
       via  ab2e1394d0a66ca13750e1b6f4ced07f4a0f3453 (commit)
      from  421bdd203eab09e560f4919715fa4cc4497e406f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit fc69e3f829a83aae311b4849d91509fcfa47816b
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jan 30 20:30:27 2008 +0100

    libndr: depend on samba-config, so that callers doesn't need to know about it
    
    metze

commit ab2e1394d0a66ca13750e1b6f4ced07f4a0f3453
Author: Stefan Metzmacher <metze at samba.org>
Date:   Wed Jan 30 20:25:40 2008 +0100

    pidl: be consistent and always ask pkg-config only for 'ndr'
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source/librpc/ndr.pc.in   |    2 +-
 source/pidl/tests/Util.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/librpc/ndr.pc.in b/source/librpc/ndr.pc.in
index 4317397..ed4c459 100644
--- a/source/librpc/ndr.pc.in
+++ b/source/librpc/ndr.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@
 
 Name: ndr
 Description: Network Data Representation Core Library
-Requires: talloc
+Requires: samba-config talloc
 Version: 0.0.1
 Libs: -L${libdir} -lndr 
 Cflags: -I${includedir}  -DHAVE_IMMEDIATE_STRUCTURES=1
diff --git a/source/pidl/tests/Util.pm b/source/pidl/tests/Util.pm
index 82ab130..4ad216a 100644
--- a/source/pidl/tests/Util.pm
+++ b/source/pidl/tests/Util.pm
@@ -134,7 +134,7 @@ $c
 		$cc = "cc";
 	}
 
-	my $flags = `pkg-config --libs --cflags ndr samba-config`;
+	my $flags = `pkg-config --libs --cflags ndr`;
 
 	my $cmd = "$cc $cflags -x c - -o $outfile $flags $ldflags";
 	$cmd =~ s/\n//g;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list