radareorg / sdb

Simple and fast string based key-value database with support for arrays and json
https://www.radare.org/
MIT License
217 stars 62 forks source link

remove a R_NEW and fix "pkg-config --libs sdb" #57

Closed condret closed 10 years ago

radare commented 10 years ago

This patch breaks the static linking via pkg-config, so nope

pkg-config --static --libs

condret commented 10 years ago

i'll remove the removal of R_NEW, will do that change global later