Rev 11648: Don't generate Requires.private lines for install .pc files. Static library use by external programs is still broken, but this should at least fix shared libs. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Sat Mar 3 15:50:26 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11648
revision-id: jelmer at samba.org-20070303155018-hmltewkermcrzouj
parent: svn-v2:21677 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Sat 2007-03-03 16:50:18 +0100
message:
  Don't generate Requires.private lines for install .pc files. Static library use by external programs is still broken, but this should at least fix shared libs.
modified:
  source/build/smb_build/makefile.pm svn-v2:3690 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fbuild%2fsmb_build%2fmakefile.pm
=== modified file 'source/build/smb_build/makefile.pm'
--- a/source/build/smb_build/makefile.pm	2007-02-26 16:18:23 +0000
+++ b/source/build/smb_build/makefile.pm	2007-03-03 15:50:18 +0000
@@ -468,7 +468,7 @@
 		$ctx->{DESCRIPTION},
 		defined($ctx->{INIT_FUNCTIONS}),
 		$pubs,
-		$privs,
+		"",
 		[
 			"prefix=$self->{config}->{prefix}",
 			"exec_prefix=$self->{config}->{exec_prefix}",



More information about the samba-cvs mailing list