diff options
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 0d4e584730..8eaf66ed8a 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -538,15 +538,11 @@ sub PkgConfig($$) push (@{$self->{pc_files}}, $path); - if (not defined($ctx->{CFLAGS}) ) { - $ctx->{CFLAGS} = []; - } - smb_build::env::PkgConfig($self, $path, $link_name, $ctx->{OUTPUT}, - join(' ', @{$ctx->{CFLAGS}}), + "", "$ctx->{MAJOR_VERSION}.$ctx->{MINOR_VERSION}.$ctx->{RELEASE_VERSION}", $ctx->{DESCRIPTION} ); |