From: Felix Fietkau Date: Wed, 4 May 2005 14:34:22 +0000 (+0000) Subject: fix openvpn dependencies when removing lzo support X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=24796756377e61c27c32e59c5c142d77f6031a04 fix openvpn dependencies when removing lzo support SVN-Revision: 798 --- diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index 19a1c5e156..ad2210fe55 100644 --- a/openwrt/package/openvpn/Makefile +++ b/openwrt/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/openwrt/package/openvpn/openvpn.control b/openwrt/package/openvpn/openvpn.control index b2739f4947..6332d34d2a 100644 --- a/openwrt/package/openvpn/openvpn.control +++ b/openwrt/package/openvpn/openvpn.control @@ -2,6 +2,5 @@ Package: openvpn Priority: optional Section: net Maintainer: Felix Fietkau -Depends: lzo, openssl, kmod-tun Source: buildroot internal Description: Open Source VPN solution using SSL