/usr/include/db_185.h -> db41/db_185.h also added to bdb42 for being uncommented when it get default. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2063 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -5,6 +5,7 @@
- added an eject command to kiss
- added a "check for modified files" option to mine ("-y" for now ...)
- Alejandro Mery: changed postgresql to default to install into /opt/postgresql
added include/db_185.h symlink
*) 2003-12-24 (2.0.0-rc3 - 2.0.0-rc4)
@ -23,5 +23,7 @@
# include the generic config for any bdb
. $base/package/base/bdb*/bdb_config.sh
# default symlinks db.h db_185.h db/ for headers
hook_add postmake 3 "ln -sfv ${pkg:1}/db.h $root/$prefix/include/db.h"
hook_add postmake 3 "ln -sfv ${pkg:1}/db_185.h $root/$prefix/include/db_185.h"
hook_add postmake 4 'ln -sfv ${pkg:1} $root/$prefix/include/${pkg:1:3}'
@ -24,5 +24,7 @@
# not yet the default
## default symlinks db.h db_185.h db/ for headers
#hook_add postmake 3 "ln -sfv ${pkg:1}/db.h $root/$prefix/include/db.h"
#hook_add postmake 3 "ln -sfv ${pkg:1}/db_185.h $root/$prefix/include/db_185.h"
#hook_add postmake 4 'ln -sfv ${pkg:1} $root/$prefix/include/${pkg:1:3}'