diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 22:07:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:30 -0500 |
commit | 46f627ea7afb0ad006efadf593bf202cea05194e (patch) | |
tree | 2e92592f7e386d35a2f41d0daa6fcba188dd8202 /source4/build/smb_build | |
parent | 07440b79e86fb23248b59a5abcc88a1d090f32ee (diff) | |
download | samba-46f627ea7afb0ad006efadf593bf202cea05194e.tar.gz samba-46f627ea7afb0ad006efadf593bf202cea05194e.tar.bz2 samba-46f627ea7afb0ad006efadf593bf202cea05194e.zip |
r15384: Improve naming of socket library, disable Requires(.private)? fields in pkg-config files for now as
they break external projects.
(This used to be commit f919fd6655f00361691e676d260bd40e0b8ddcc7)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 67f591de1d..3423b2ec75 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -442,7 +442,7 @@ sub PkgConfig($$) foreach (@{$ctx->{PUBLIC_DEPENDENCIES}}) { # next unless ($self-> ) { - $pubs .= "$_ "; +#FIXME $pubs .= "$_ "; } } @@ -450,7 +450,7 @@ sub PkgConfig($$) foreach (@{$ctx->{PRIVATE_DEPENDENCIES}}) { # next unless ($self-> ) { - $privs .= "$_ "; +#FIXME $privs .= "$_ "; } } |