tdb: fix abi_depends, fix missing def in tdb.h.
This commit is contained in:
parent
a71ba2eeb1
commit
bbfe4a9697
@ -1,2 +1,2 @@
|
||||
abi_depends=">=2.0.1"
|
||||
abi_depends=">=1.2.2"
|
||||
api_depends="${abi_depends}"
|
||||
|
@ -24,3 +24,9 @@ pre_configure()
|
||||
{
|
||||
cd ${wrksrc} && ./autogen.sh
|
||||
}
|
||||
|
||||
post_install()
|
||||
{
|
||||
# _PUBLIC_ is only defined internally!
|
||||
sed -i -e "s|_PUBLIC_ ||g" ${DESTDIR}/usr/include/tdb.h
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user