db: Use more conventional outputs, also split bin

This commit is contained in:
Tuomas Tynkkynen
2018-05-22 16:47:28 +03:00
parent f9feacfc7c
commit 0fd461d5b5
5 changed files with 8 additions and 6 deletions

View File

@@ -12,8 +12,8 @@ buildPerlPackage rec {
cat > config.in <<EOF
PREFIX = size_t
HASH = u_int32_t
LIB = ${db.lib}/lib
INCLUDE = ${db}/include
LIB = ${db.out}/lib
INCLUDE = ${db.dev}/include
EOF
'';
}