Changeset b4eea28 in freewrt
- Timestamp:
- Jul 17, 2007, 1:33:16 PM (18 years ago)
- Children:
- 4f51179
- Parents:
- 95be6e5
- Location:
- package/mysql
- Files:
-
- 1 deleted
- 3 edited
-
Makefile (modified) (1 diff)
-
patches/patch-configure (deleted)
-
patches/patch-configure_in (modified) (3 diffs)
-
patches/patch-include_my_global_h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/mysql/Makefile
r95be6e5 rb4eea28 8 8 9 9 PKG_NAME:= mysql 10 PKG_VERSION:= 5.0.4 111 PKG_RELEASE:= 212 PKG_MD5SUM:= b45cd6c89e35dfc1cdbe1a1f782aefbf10 PKG_VERSION:= 5.0.45 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= a2a1c5a82bb22b45ab76a8ecab94e10d 13 13 MASTER_SITES= ${MASTER_SITE_MYSQL:=Downloads/MySQL-5.0/} 14 14 -
package/mysql/patches/patch-configure_in
r95be6e5 rb4eea28 1 1 $FreeWRT$ 2 --- mysql-5.0.41.orig/configure.in Wed May 2 14:39:35 2007 3 +++ mysql-5.0.41/configure.in Tue Jun 26 13:14:22 2007 4 @@ -96,8 +96,8 @@ AC_DEFINE_UNQUOTED([NDB_VERSION_STATUS], 5 6 7 # Canonicalize the configuration name. 8 -SYSTEM_TYPE="$host_vendor-$host_os" 9 -MACHINE_TYPE="$host_cpu" 10 +SYSTEM_TYPE="$target_vendor-$target_os" 11 +MACHINE_TYPE="$target_cpu" 12 AC_SUBST(SYSTEM_TYPE) 13 AC_DEFINE_UNQUOTED([SYSTEM_TYPE], ["$SYSTEM_TYPE"], 14 [Name of system, eg solaris]) 15 @@ -257,41 +257,8 @@ AC_CHECK_PROG(DVIS, tex, manual. 2 --- mysql-5.0.45.orig/configure.in 2007-07-04 15:06:08.000000000 +0200 3 +++ mysql-5.0.45/configure.in 2007-07-17 13:29:17.000000000 +0200 4 @@ -269,41 +269,8 @@ AC_CHECK_PROG(DVIS, tex, manual. 16 5 17 6 AC_MSG_CHECKING("return type of sprintf") … … 57 46 AC_PATH_PROG(uname_prog, uname, no) 58 47 59 @@ -8 57,85 +824,11 @@ struct request_info *req;48 @@ -886,85 +853,11 @@ struct request_info *req; 60 49 ]) 61 50 AC_SUBST(WRAPLIBS) … … 143 132 AC_MSG_CHECKING([if we should use pstack]) 144 133 AC_MSG_RESULT([$USE_PSTACK]) 145 @@ -9 52,37 +845,7 @@ fi134 @@ -981,37 +874,7 @@ fi 146 135 NON_THREADED_LIBS="$LIBS" 147 136 -
package/mysql/patches/patch-include_my_global_h
r95be6e5 rb4eea28 1 1 $FreeWRT$ 2 --- mysql-5.0.4 1.orig/include/my_global.h Wed May 2 14:40:30 20073 +++ mysql-5.0.4 1/include/my_global.h Tue Jun 26 13:14:22 20074 @@ -3 43,7 +343,14 @@ C_MODE_END2 --- mysql-5.0.45.orig/include/my_global.h 2007-07-04 15:06:41.000000000 +0200 3 +++ mysql-5.0.45/include/my_global.h 2007-07-17 13:29:18.000000000 +0200 4 @@ -351,7 +351,14 @@ C_MODE_END 5 5 #undef HAVE_ALLOCA 6 6 #undef HAVE_ALLOCA_H … … 18 18 #endif 19 19 #ifdef HAVE_ATOMIC_ADD 20 @@ -3 59,8 +366,13@@ C_MODE_END20 @@ -367,9 +374,14 @@ C_MODE_END 21 21 #endif 22 22 #include <errno.h> /* Recommended by debian */ … … 28 28 #if defined(HAVE_CRYPT_H) 29 29 #include <crypt.h> 30 #endif 30 31 +#endif 31 #endif32 32 33 33 /* 34 A lot of our programs uses asserts, so better to always include it
Note:
See TracChangeset
for help on using the changeset viewer.
