From 46f627ea7afb0ad006efadf593bf202cea05194e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 1 May 2006 22:07:12 +0000 Subject: 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) --- source4/build/smb_build/makefile.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/build/smb_build/makefile.pm') 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 .= "$_ "; } } -- cgit