mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
protobuf: fix 022aef6
The cherry-pick done in022aef6includes changing the build setup from cmake to ninja, but it was overlooked that this was actually reverted in2e654b1. The ninja build results in headers not being installed for the host pkg, so protobuf-c/host can't be build. This commit reverts the package back to cmake. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -24,7 +24,7 @@ CMAKE_SOURCE_SUBDIR:=cmake
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
include ../../devel/ninja/ninja-cmake.mk
|
||||
include $(INCLUDE_DIR)/cmake.mk
|
||||
|
||||
define Package/protobuf/Default
|
||||
SECTION:=libs
|
||||
|
||||
Reference in New Issue
Block a user