mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-29 17:57:29 +02:00
fix openvpn dependencies when removing lzo support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@798 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0c733d5b51
commit
6364d7fe22
@ -14,8 +14,11 @@ PKG_CAT:=zcat
|
|||||||
PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk
|
PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk
|
||||||
PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg
|
PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg
|
||||||
|
|
||||||
|
PKG_DEPEND:="openssl, kmod-tun"
|
||||||
ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y)
|
ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y)
|
||||||
DISABLE_LZO:=--disable-lzo
|
DISABLE_LZO:=--disable-lzo
|
||||||
|
else
|
||||||
|
PKG_DEPEND+=", lzo"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)
|
ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y)
|
||||||
@ -64,6 +67,7 @@ $(PKG_BUILD_DIR)/openvpn: $(PKG_BUILD_DIR)/.configured
|
|||||||
|
|
||||||
$(PKG_IPK): $(PKG_BUILD_DIR)/openvpn
|
$(PKG_IPK): $(PKG_BUILD_DIR)/openvpn
|
||||||
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
|
$(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
|
mkdir -p $(PKG_IPK_DIR)/usr/sbin
|
||||||
cp $(PKG_BUILD_DIR)/openvpn $(PKG_IPK_DIR)/usr/sbin/
|
cp $(PKG_BUILD_DIR)/openvpn $(PKG_IPK_DIR)/usr/sbin/
|
||||||
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
|
$(STRIP) $(PKG_IPK_DIR)/usr/sbin/*
|
||||||
|
@ -2,6 +2,5 @@ Package: openvpn
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Section: net
|
Section: net
|
||||||
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
|
||||||
Depends: lzo, openssl, kmod-tun
|
|
||||||
Source: buildroot internal
|
Source: buildroot internal
|
||||||
Description: Open Source VPN solution using SSL
|
Description: Open Source VPN solution using SSL
|
||||||
|
Loading…
Reference in New Issue
Block a user