#19299: strongswan - also be happy if ip-full is installed
-------------------------+------------------------
 Reporter:  unki_at      |      Owner:  developers
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:
Component:  packages     |    Version:  Trunk
 Keywords:               |
-------------------------+------------------------
 strongswan currently automatically selects ip (minimal) in its
 dependencies.
 if someone chooses ip-full to be installed, ip and ip-full are both
 selected at the same time causing #16748.

 {{{
 From c5bd66143d6b7102f13ae595f03e71749e5c6a6a Mon Sep 17 00:00:00 2001
 From: Andreas Unterkircher <[email protected]>
 Date: Tue, 24 Mar 2015 07:11:46 +0100
 Subject: [PATCH] ip-full is good for us too, if selected

 ---
  net/strongswan/Makefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile
 index e4481c9..c26a3c1 100644
 --- a/net/strongswan/Makefile
 +++ b/net/strongswan/Makefile
 @@ -109,7 +109,7 @@ endef

  define Package/strongswan
  $(call Package/strongswan/Default)
 -  DEPENDS:= +libpthread +ip \
 +  DEPENDS:= +libpthread +!PACKAGE_ip-full:ip \
         +kmod-crypto-authenc \
         +kmod-ipsec +kmod-ipsec4 +kmod-ipsec6 \
         +kmod-ipt-ipsec +iptables-mod-ipsec
 --
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/19299>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to