summaryrefslogtreecommitdiffstats
path: root/source/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-01 22:07:12 +0000
committerJelmer Vernooij <jelmer@samba.org>2006-05-01 22:07:12 +0000
commit823addd93f414261122cbbad853f9477a688d8d8 (patch)
treeff84c3a556116eecbf3447c2571e1dd2ff773ce1 /source/build
parentf5598a31eae2d34788e06e392095b6da6151c9bd (diff)
downloadsamba-823addd93f414261122cbbad853f9477a688d8d8.tar.gz
samba-823addd93f414261122cbbad853f9477a688d8d8.tar.xz
samba-823addd93f414261122cbbad853f9477a688d8d8.zip
r15384: Improve naming of socket library, disable Requires(.private)? fields in pkg-config files for now as
they break external projects.
Diffstat (limited to 'source/build')
-rw-r--r--source/build/smb_build/makefile.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/build/smb_build/makefile.pm b/source/build/smb_build/makefile.pm
index 67f591de1dd..3423b2ec750 100644
--- a/source/build/smb_build/makefile.pm
+++ b/source/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 .= "$_ ";
}
}