aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-09-20 00:55:41 +0200
committerselsta <selsta@sent.at>2022-09-20 00:55:41 +0200
commit98ce6f186406d6d611d574167d612c564143ce3f (patch)
tree6630632b12953da0224a8a62e49bdf0353816e75
parentMerge pull request #8556 (diff)
downloadmonero-98ce6f186406d6d611d574167d612c564143ce3f.tar.xz
depends: remove unused file
-rw-r--r--contrib/depends/protobuf.mk29
1 files changed, 0 insertions, 29 deletions
diff --git a/contrib/depends/protobuf.mk b/contrib/depends/protobuf.mk
deleted file mode 100644
index 54d3fd924..000000000
--- a/contrib/depends/protobuf.mk
+++ /dev/null
@@ -1,29 +0,0 @@
-package=protobuf
-$(package)_version=$(native_$(package)_version)
-$(package)_download_path=$(native_$(package)_download_path)
-$(package)_file_name=$(native_$(package)_file_name)
-$(package)_sha256_hash=$(native_$(package)_sha256_hash)
-$(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_linux=--with-pic
-endef
-
-define $(package)_config_cmds
- $($(package)_autoconf)
-endef
-
-define $(package)_build_cmds
- $(MAKE) -C src libprotobuf.la
-endef
-
-define $(package)_stage_cmds
- $(MAKE) DESTDIR=$($(package)_staging_dir) -C src install-libLTLIBRARIES install-nobase_includeHEADERS &&\
- $(MAKE) DESTDIR=$($(package)_staging_dir) install-pkgconfigDATA
-endef
-
-define $(package)_postprocess_cmds
- rm lib/libprotoc.a
-endef