Skip to content

Commit ec82d8c

Browse files
committed
Merge pull request #6062
ff7fe8b Fix for correctly including climits on certain platforms {DragonFlyBSD}. (sinetek)
2 parents 97ccfdc + ff7fe8b commit ec82d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $(LIBLEVELDB): $(LIBMEMENV)
1414
$(LIBLEVELDB) $(LIBMEMENV):
1515
@echo "Building LevelDB ..." && $(MAKE) -C $(@D) $(@F) CXX="$(CXX)" \
1616
CC="$(CC)" PLATFORM=$(TARGET_OS) AR="$(AR)" $(LEVELDB_TARGET_FLAGS) \
17-
OPT="$(CXXFLAGS) $(CPPFLAGS)"
17+
OPT="$(CXXFLAGS) $(CPPFLAGS) -D__STDC_LIMIT_MACROS"
1818
endif
1919

2020
BITCOIN_CONFIG_INCLUDES=-I$(builddir)/config

0 commit comments

Comments
 (0)