Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
6dce558cbd
3 changed files with 7 additions and 7 deletions
  1. +2
    -2
      package/base/automake/preconfig.in
  2. +4
    -4
      package/base/bdb/preconfig.in
  3. +1
    -1
      package/base/bdb/subconfig-libs.in

+ 2
- 2
package/base/automake/preconfig.in

@ -22,8 +22,8 @@
if pkgcheck automake X
then
pkgfork automake automake17
pkgfork automake automake18
pkgfork automake automake17 unflag CORE
pkgfork automake automake18 unflag CORE
pkgfork automake automake19
pkgremove automake
fi

+ 4
- 4
package/base/bdb/preconfig.in

@ -22,10 +22,10 @@
if pkgcheck bdb X
then
pkgfork bdb bdb33 version 3.3.11
pkgfork bdb bdb40 version 4.0.14
pkgfork bdb bdb41 version 4.1.25
pkgfork bdb bdb42 version 4.2.52
pkgfork bdb bdb33 unflag CORE
pkgfork bdb bdb40 unflag CORE
pkgfork bdb bdb41 unflag CORE
pkgfork bdb bdb42
pkgremove bdb
fi

+ 1
- 1
package/base/bdb/subconfig-libs.in

@ -25,7 +25,7 @@ then
menu_begin MENU_PKG_BDB 'BerkleyDB Options'
block_begin 4
# we choose to select the newest bdb availible as default
# we choose to select the newest bdb available as default
if pkgcheck bdb=bdb33 X ; then
bdbdefselect="$bdbdefselect bdb33 'Using v3.3 as default'"
bdbdefault="bdb33";

Loading…
Cancel
Save