summaryrefslogtreecommitdiffstats
path: root/package/openvpn
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-04 14:34:22 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-04 14:34:22 +0000
commit1867b52f12a171fc418d8d00507cab2dc8db9f3f (patch)
treedb85e93fe7f22ddc4894699ba1008e422ebf2a8f /package/openvpn
parent18565c56071d1ce9d36b9fe08031f2e36811ad9d (diff)
fix openvpn dependencies when removing lzo support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@798 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openvpn')
-rw-r--r--package/openvpn/Makefile4
-rw-r--r--package/openvpn/openvpn.control1
2 files changed, 4 insertions, 1 deletions
diff --git a/package/openvpn/Makefile b/package/openvpn/Makefile
index 19a1c5e15..ad2210fe5 100644
--- a/package/openvpn/Makefile
+++ b/package/openvpn/Makefile
@@ -14,8 +14,11 @@ PKG_CAT:=zcat
PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk
PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg
+PKG_DEPEND:="openssl, kmod-tun"
ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y)
DISABLE_LZO:=--disable-lzo
+else
+PKG_DEPEND+=", lzo"
endif
ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)
@@ -64,6 +67,7 @@ $(PKG_BUILD_DIR)/openvpn: $(PKG_BUILD_DIR)/.configured
$(PKG_IPK): $(PKG_BUILD_DIR)/openvpn
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
+ echo "Depends: $(PKG_DEPEND)" >> $(PKG_IPK_DIR)/CONTROL/control
mkdir -p $(PKG_IPK_DIR)/usr/sbin
cp $(PKG_BUILD_DIR)/openvpn $(PKG_IPK_DIR)/usr/sbin/
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
diff --git a/package/openvpn/openvpn.control b/package/openvpn/openvpn.control
index b2739f494..6332d34d2 100644
--- a/package/openvpn/openvpn.control
+++ b/package/openvpn/openvpn.control
@@ -2,6 +2,5 @@ Package: openvpn
Priority: optional
Section: net
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
-Depends: lzo, openssl, kmod-tun
Source: buildroot internal
Description: Open Source VPN solution using SSL