summaryrefslogtreecommitdiffstats
path: root/openwrt/package/openvpn/openvpn.control
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 14:21:54 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 14:21:54 +0000
commit1bd0457f067ea06a6d042bdc7e5f7500a8cc328f (patch)
treef5159d1e559fc77a53db98869819d22944b37b7d /openwrt/package/openvpn/openvpn.control
parent7242f4bafb2ade89de87048f8331caff613fcce4 (diff)
Add libpthread dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openvpn/openvpn.control')
-rw-r--r--openwrt/package/openvpn/openvpn.control2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openvpn/openvpn.control b/openwrt/package/openvpn/openvpn.control
index b2739f494..7d818d808 100644
--- a/openwrt/package/openvpn/openvpn.control
+++ b/openwrt/package/openvpn/openvpn.control
@@ -2,6 +2,6 @@ Package: openvpn
Priority: optional
Section: net
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
-Depends: lzo, openssl, kmod-tun
+Depends: libpthread, lzo, openssl, kmod-tun
Source: buildroot internal
Description: Open Source VPN solution using SSL