diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-28 18:21:03 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-28 18:21:03 +0000 |
commit | 2d52bad6992a7e1e40d72291517ffe27fe1ef5e3 (patch) | |
tree | de8b142e8522b1808d4958cf6994c5b693100157 /openwrt/package/openswan | |
parent | d98052f25aeff26afbb8aa357500ffaaa80e2b8a (diff) |
fix openswan depend on libgmp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1093 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openswan')
-rw-r--r-- | openwrt/package/openswan/ipkg/openswan.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openswan/ipkg/openswan.control b/openwrt/package/openswan/ipkg/openswan.control index 8b32620da5..fc4e511db2 100644 --- a/openwrt/package/openswan/ipkg/openswan.control +++ b/openwrt/package/openswan/ipkg/openswan.control @@ -3,5 +3,5 @@ Section: base Priority: optional Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> Source: buildroot internal -depends: gmp, ip +depends: libgmp, ip Description: Openswan IPSec software |