talloc: export archive to allow static linkage
This commit is contained in:
parent
c347f1c26f
commit
b1b5712c43
@ -27,6 +27,10 @@ stdenv.mkDerivation rec {
|
|||||||
"--builtin-libraries=replace"
|
"--builtin-libraries=replace"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
ar qf $out/lib/libtalloc.a bin/default/talloc_5.o
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Hierarchical pool based memory allocator with destructors";
|
description = "Hierarchical pool based memory allocator with destructors";
|
||||||
homepage = http://tdb.samba.org/;
|
homepage = http://tdb.samba.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user