aboutsummaryrefslogtreecommitdiff
path: root/depends/packages/protobuf.mk
diff options
context:
space:
mode:
Diffstat (limited to 'depends/packages/protobuf.mk')
-rw-r--r--depends/packages/protobuf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/protobuf.mk b/depends/packages/protobuf.mk
index 52975b14ec..3661a16631 100644
--- a/depends/packages/protobuf.mk
+++ b/depends/packages/protobuf.mk
@@ -7,7 +7,7 @@ $(package)_dependencies=native_$(package)
$(package)_cxxflags=-std=c++11
define $(package)_set_vars
- $(package)_config_opts=--disable-shared --with-protoc=$(build_prefix)/bin/protoc
+ $(package)_config_opts=--disable-shared --with-protoc=$(build_prefix)/bin/protoc --disable-dependency-tracking
$(package)_config_opts_linux=--with-pic
endef