aboutsummaryrefslogtreecommitdiff
path: root/net/fastd/Makefile
diff options
context:
space:
mode:
authorDominik Menke <dom@digineo.de>2016-12-13 15:42:41 +0100
committerDominik Menke <dom@digineo.de>2016-12-14 10:47:51 +0100
commit8dd99f4f7fd3d7ca5333fba58b709a235919dbb0 (patch)
treeb465bc05cf9d495b92976347126d145585d2721f /net/fastd/Makefile
parent7b812e8fdde595686e49522c46a123346a595631 (diff)
libuecc: use shared instead of static library
This patch prepares for another future package (ecdsautils), which builds multiple binaries all linked to libuecc. The changes are a direct copy of [1]. The original commit message was: > commit cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1 > From: Matthias Schiffer <mschiffer@universe-factory.net> > Date: Tue, 3 May 2016 21:33:34 +0200 > Subject: libuecc: use shared instead of static library > > Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> [1]: https://github.com/freifunk-gluon/gluon/blob/cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1/patches/packages/openwrt/0007-libuecc-use-shared-instead-of-static-library.patch Signed-off-by: Dominik Menke <dom@digineo.de>
Diffstat (limited to 'net/fastd/Makefile')
-rw-r--r--net/fastd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/fastd/Makefile b/net/fastd/Makefile
index 5c550d8a5..aeaa1dfcf 100644
--- a/net/fastd/Makefile
+++ b/net/fastd/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=fastd
PKG_VERSION:=18
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@@ -43,7 +43,7 @@ PKG_CONFIG_DEPENDS:=\
CONFIG_FASTD_WITH_STATUS_SOCKET
-PKG_BUILD_DEPENDS:=nacl libuecc
+PKG_BUILD_DEPENDS:=nacl
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
@@ -51,7 +51,7 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/fastd
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+kmod-tun +librt +libpthread +FASTD_WITH_STATUS_SOCKET:libjson-c +FASTD_WITH_CAPABILITIES:libcap
+ DEPENDS:=+kmod-tun +librt +libpthread +libuecc +FASTD_WITH_STATUS_SOCKET:libjson-c +FASTD_WITH_CAPABILITIES:libcap
TITLE:=Fast and Secure Tunneling Daemon
URL:=https://projects.universe-factory.net/projects/fastd
SUBMENU:=VPN