⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uclinux.patch

📁 db.* (pronounced dee-be star) is an advanced, high performance, small footprint embedded database fo
💻 PATCH
字号:
diff -urN uClinux-dist/config/config.in uclinux/config/config.in--- uClinux-dist/config/config.in	2004-12-15 11:22:08.000000000 +0700+++ uclinux/config/config.in	2005-03-10 15:59:35.000000000 +0700@@ -100,6 +100,29 @@ bool 'Build adns'		CONFIG_LIB_ADNS_FORCE bool 'Build libcrypt_old'	CONFIG_LIB_LIBCRYPT_OLD_FORCE +comment 'db.uclinux database library'+bool 'Build db.uclinux'		CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux shared library'   CONFIG_LIB_DBSTAR_SHARED $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Include db.uclinux thread support' CONFIG_LIB_DBSTAR_THREADED $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux Lock Manager' CONFIG_USER_DBSTAR_LM $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux dbimp' CONFIG_USER_DBSTAR_DBIMP $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux dbexp' CONFIG_USER_DBSTAR_DBEXP $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux initdb' CONFIG_USER_DBSTAR_INITDB $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux console' CONFIG_USER_DBSTAR_CONSOLE $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux datdump' CONFIG_USER_DBSTAR_DATDUMP $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux dbcheck' CONFIG_USER_DBSTAR_DBCHECK $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux dbclrlb' CONFIG_USER_DBSTAR_DBCLRLB $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux dchain' CONFIG_USER_DBSTAR_DCHAIN $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux keybuild' CONFIG_USER_DBSTAR_KEYBUILD $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux keydump' CONFIG_USER_DBSTAR_KEYDUMP $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux keypack' CONFIG_USER_DBSTAR_KEYPACK $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux lmclear' CONFIG_USER_DBSTAR_LMCLEAR $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux lmping' CONFIG_USER_DBSTAR_LMPING $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux prdbd' CONFIG_USER_DBSTAR_PRDBD $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux dal' CONFIG_USER_DBSTAR_DAL $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux dbedit' CONFIG_USER_DBSTAR_DBEDIT $CONFIG_LIB_DBSTAR_FORCE+dep_bool '  Build db.uclinux tims example' CONFIG_USER_DBSTAR_TIMS $CONFIG_LIB_DBSTAR_FORCE+ comment 'Library Configuration' bool 'Support time zones'	CONFIG_LIB_UC_LIBC_TIMEZONE if [ "$CONFIG_LIB_UC_LIBC_TIMEZONE" = "y" ]; thendiff -urN uClinux-dist/vendors/config/common/config.arch uclinux/vendors/config/common/config.arch--- uClinux-dist/vendors/config/common/config.arch	2004-12-15 11:19:18.000000000 +0700+++ uclinux/vendors/config/common/config.arch	2005-02-27 00:48:14.000000000 +0700@@ -70,5 +70,6 @@ 	ifneq ($(LIBCDIR),libc) 		LIBUTIL		=	-lutil 	endif+	LIBDBSTAR      =       -lpsp -ldbstar endif--- uClinux-dist/lib/Makefile	2004-12-15 11:04:07.000000000 +0700+++ uclinux/lib/Makefile	2005-03-10 06:57:23.000000000 +0700@@ -71,6 +71,8 @@ dir_$(CONFIG_LIB_ADNS_FORCE)   += adns dir_$(CONFIG_LIB_LIBCRYPT_OLD) += libcrypt_old dir_$(CONFIG_LIB_LIBCRYPT_OLD_FORCE) += libcrypt_old+dir_$(CONFIG_LIB_DBSTAR)             += dbstar/db.uclinux+dir_$(CONFIG_LIB_DBSTAR_FORCE)       += dbstar/db.uclinux  # And build libraries in the prop directory last dir_y += $(ROOTDIR)/prop@@ -138,8 +140,10 @@ 	$(ROOTDIR)/prop/uberconfig/*.a $(ROOTDIR)/prop/uberconfig/*.so* \ 	$(ROOTDIR)/prop/gccmapping/*.a $(ROOTDIR)/prop/gccmapping/*.so* \ 	$(ROOTDIR)/lib/expat/*.a $(ROOTDIR)/lib/expat/*.so* \-	$(ROOTDIR)/lib/libupnp/upnp/bin/*.so* $(ROOTDIR)/lib/adns/src/libadns.a+	$(ROOTDIR)/lib/libupnp/upnp/bin/*.so* $(ROOTDIR)/lib/adns/src/libadns.a \+	$(ROOTDIR)/lib/dbstar/psp/uclinux/*.so* $(ROOTDIR)/lib/dbstar/runtime/uclinux/*.so* \+	$(ROOTDIR)/lib/dbstar/psp/uclinux/*.a $(ROOTDIR)/lib/dbstar/runtime/uclinux/*.a  ############################################################################## --- uClinux-dist/user/Makefile	2004-12-15 11:22:08.000000000 +0700+++ uclinux/user/Makefile	2005-03-10 06:58:36.000000000 +0700@@ -343,6 +343,8 @@ dir_$(CONFIG_USER_ZEBRA_OSPFD_OSPFD)        += zebra dir_$(CONFIG_USER_ZEBRA_RIPD_RIPD)          += zebra dir_$(CONFIG_USER_ZEBRA_ZEBRA_ZEBRA)        += zebra+dir_$(CONFIG_LIB_DBSTAR_FORCE)              += ../lib/dbstar/db.uclinux  dir_y += games 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -