macosx.patch 502 B

1234567891011
  1. --- makefile.suite.orig 2014-06-25 15:40:27.000000000 -0700
  2. +++ makefile.suite 2014-06-25 15:42:03.000000000 -0700
  3. @@ -110,7 +110,7 @@
  4. MACHINE =
  5. WORKLOAD =
  6. #
  7. -CFLAGS = -g -DDBNAME=\"dss\" -D$(MACHINE) -D$(DATABASE) -D$(WORKLOAD) -DRNG_TEST -D_FILE_OFFSET_BITS=64
  8. +CFLAGS = -g -DDBNAME=\"dss\" -D$(MACHINE) -D$(DATABASE) -D$(WORKLOAD) -DRNG_TEST -D_FILE_OFFSET_BITS=64 -I/usr/include/malloc
  9. LDFLAGS = -O
  10. # The OBJ,EXE and LIB macros will need to be changed for compilation under
  11. # Windows NT