mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
r19636: Add URLs to ldb and talloc pkg-config files.
Always build and install .pc files as they make sense for static libs as well. (This used to be commit 82cb91e2dd50899050066cccee82cb5be52ec3fe)
This commit is contained in:
parent
cb3a884048
commit
dbe5084f8e
@ -53,8 +53,8 @@ foreach my $key (values %$OUTPUT) {
|
||||
next unless defined $key->{OUTPUT_TYPE};
|
||||
|
||||
$mkenv->StaticLibrary($key) if grep(/STATIC_LIBRARY/, @{$key->{OUTPUT_TYPE}});
|
||||
$mkenv->PkgConfig($key) if grep(/SHARED_LIBRARY/, @{$key->{OUTPUT_TYPE}})
|
||||
and defined($key->{VERSION});
|
||||
$mkenv->PkgConfig($key) if $key->{TYPE} eq "LIBRARY"
|
||||
and defined($key->{VERSION});
|
||||
$mkenv->SharedLibrary($key) if grep(/SHARED_LIBRARY/, @{$key->{OUTPUT_TYPE}});
|
||||
$mkenv->Binary($key) if grep(/BINARY/, @{$key->{OUTPUT_TYPE}});
|
||||
$mkenv->Manpage($key) if defined($key->{MANPAGE});
|
||||
|
@ -12,3 +12,4 @@ Requires: talloc
|
||||
Libs: -L${libdir} -lldb
|
||||
Cflags: -I${includedir} @CFLAGS@
|
||||
Modulesdir: ${modulesdir}
|
||||
URL: http://ldb.samba.org/
|
||||
|
@ -8,3 +8,4 @@ Description: A hierarchical pool based memory system with destructors
|
||||
Version: 4.0
|
||||
Libs: -L${libdir} -ltalloc
|
||||
Cflags: -I${includedir}
|
||||
URL: http://talloc.samba.org/
|
||||
|
Loading…
x
Reference in New Issue
Block a user