build fix 2nd try
This commit is contained in:
parent
7dedc6425c
commit
5f29fdaf23
@ -51,7 +51,7 @@
|
||||
|
||||
#ifndef __BIT_TYPES_DEFINED__
|
||||
#define __BIT_TYPES_DEFINED__
|
||||
typedef __signed char int8_t;
|
||||
/* typedef __signed char int8_t; */
|
||||
typedef unsigned char u_int8_t;
|
||||
typedef short int16_t;
|
||||
typedef unsigned short u_int16_t;
|
||||
|
2
build.sh
2
build.sh
@ -71,6 +71,6 @@ echo " Building ${BERKDB_ROOT}/PORT/${SYSTYPE}"
|
||||
echo "===================================================================="
|
||||
echo ""
|
||||
cd ${BERKDB_ROOT}/PORT/${SYSTYPE}
|
||||
CC="gcc -D__BIT_TYPES_DEFINED__" make
|
||||
CC="gcc" make
|
||||
cd ${WORLD_ROOT}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user