From 9c7d6f4ef890109b7731a7a2fd863b8b8e672b07 Mon Sep 17 00:00:00 2001 From: rwhitby Date: Tue, 9 Dec 2008 00:26:38 +0000 Subject: [PATCH] crypto-tools: Add build dependency on ocf-crypto-headers. git-svn-id: svn://svn.openwrt.org/openwrt/packages@13554 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/crypto-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/crypto-tools/Makefile b/utils/crypto-tools/Makefile index d90a2e0c2..2c1bbc64d 100644 --- a/utils/crypto-tools/Makefile +++ b/utils/crypto-tools/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=@SF/ocf-linux PKG_MD5SUM:=d20377afefa707fe528b161c2174e874 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) -PKG_BUILD_DEPENDS:=libopenssl +PKG_BUILD_DEPENDS:=libopenssl ocf-crypto-headers include $(INCLUDE_DIR)/package.mk -- 2.11.0