diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-03 15:53:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:09 -0500 |
commit | df1033b17ea7beaa351f9e0a766f8af3a09d2745 (patch) | |
tree | 84a2aafe27b80b917df220d0daf736baa7acf3e8 | |
parent | a4a9772e2ce2b59f4acda997c0e9209bd1526c05 (diff) | |
download | samba-df1033b17ea7beaa351f9e0a766f8af3a09d2745.tar.gz samba-df1033b17ea7beaa351f9e0a766f8af3a09d2745.tar.bz2 samba-df1033b17ea7beaa351f9e0a766f8af3a09d2745.zip |
r21678: 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.
(This used to be commit 06659bce1b5dc7529d0984deadd451478c082773)
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index f72101a763..d919f4dcbd 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -468,7 +468,7 @@ sub PkgConfig($$$) $ctx->{DESCRIPTION}, defined($ctx->{INIT_FUNCTIONS}), $pubs, - $privs, + "", [ "prefix=$self->{config}->{prefix}", "exec_prefix=$self->{config}->{exec_prefix}", |