summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r--source4/build/smb_build/makefile.pm4
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 .= "$_ ";
}
}