mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 12:52:35 -03:00
Merge pull request #6062
ff7fe8b
Fix for correctly including climits on certain platforms {DragonFlyBSD}. (sinetek)
This commit is contained in:
commit
ec82d8c99c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue