Merge pull request #6062

ff7fe8b Fix for correctly including climits on certain platforms {DragonFlyBSD}. (sinetek)
This commit is contained in:
Wladimir J. van der Laan 2015-05-16 10:46:44 +02:00
commit ec82d8c99c
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -14,7 +14,7 @@ $(LIBLEVELDB): $(LIBMEMENV)
$(LIBLEVELDB) $(LIBMEMENV):
@echo "Building LevelDB ..." && $(MAKE) -C $(@D) $(@F) CXX="$(CXX)" \
CC="$(CC)" PLATFORM=$(TARGET_OS) AR="$(AR)" $(LEVELDB_TARGET_FLAGS) \
OPT="$(CXXFLAGS) $(CPPFLAGS)"
OPT="$(CXXFLAGS) $(CPPFLAGS) -D__STDC_LIMIT_MACROS"
endif
BITCOIN_CONFIG_INCLUDES=-I$(builddir)/config