mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
libcryptopp: fix cmake build
This commit is contained in:
parent
38b89d9fc2
commit
f4b9f11f28
@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libcryptopp
|
PKG_NAME:=libcryptopp
|
||||||
PKG_VERSION:=5.6.4
|
PKG_VERSION:=5.6.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=cryptopp$(subst .,,$(PKG_VERSION)).zip
|
PKG_SOURCE:=cryptopp$(subst .,,$(PKG_VERSION)).zip
|
||||||
PKG_SOURCE_URL:=http://www.cryptopp.com/
|
PKG_SOURCE_URL:=http://www.cryptopp.com/
|
||||||
PKG_MD5SUM:=4ee7e5cdd4a45a14756c169eaf2a77fc
|
PKG_MD5SUM:=4ee7e5cdd4a45a14756c169eaf2a77fc
|
||||||
|
|
||||||
|
PKG_USE_NINJA:=0
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
||||||
CMAKE_INSTALL:=1
|
CMAKE_INSTALL:=1
|
||||||
|
Loading…
Reference in New Issue
Block a user