diff options
author | dsainty <dsainty> | 2009-09-09 05:59:37 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2009-09-09 05:59:37 +0000 |
commit | 1b2375802c0ddafe8600e7c71cf915f131add5f8 (patch) | |
tree | 1018a69747b087fe488110d223e4327ecd22e6e1 /chat/tkirc2 | |
parent | cb454d68b32e136e364e620296fceb250df59597 (diff) | |
download | pkgsrc-1b2375802c0ddafe8600e7c71cf915f131add5f8.tar.gz |
Fix a possibly long-standing issue, but also possibly fallout from the db4
changes. The "dbm" module could fail to build correctly, erroring out with:
*** WARNING: renaming "dbm" since importing it failed: build/lib.linux-i686-2.4/dbm.so: undefined symbol: dbm_firstkey
In this case, the "dbm" module has accidentally linked with "databases/gdbm",
which happens to be installed, but was never buildlinked in. It may be
relevant that /usr/include/gdbm/ndbm.h is installed on this system.
Remove the "gdbm" test from the "dbm" module configuration, leaving the "ndbm"
support, and the fall-back "bdb" support (which will likely fall back to db4).
Bump PKGREVISION - the package would still install, but with missing
functionality.
Diffstat (limited to 'chat/tkirc2')
0 files changed, 0 insertions, 0 deletions