libpthread is not needed for openvpn2
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Apr 2005 19:35:10 +0000 (19:35 +0000)
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Apr 2005 19:35:10 +0000 (19:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@691 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/package/openvpn/Config.in
openwrt/package/openvpn/openvpn.control

index 4605881..472dc33 100644 (file)
@@ -2,7 +2,6 @@ config BR2_PACKAGE_OPENVPN
        tristate "OpenVPN"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_KMOD_TUN
-       select BR2_PACKAGE_LIBPTHREAD
        select BR2_PACKAGE_OPENSSL
        help
          Open Source VPN solution using SSL
index 7d818d8..b2739f4 100644 (file)
@@ -2,6 +2,6 @@ Package: openvpn
 Priority: optional
 Section: net
 Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
-Depends: libpthread, lzo, openssl, kmod-tun
+Depends: lzo, openssl, kmod-tun
 Source: buildroot internal
 Description: Open Source VPN solution using SSL
This page took 0.02462 seconds and 4 git commands to generate.