diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-02-28 13:30:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-02-28 13:30:51 +0000 |
commit | c3521420dc2ddd0535690ab6569cd57c4b078035 (patch) | |
tree | 4b1f3ed52b3ea4d610732c7f0fbbf32d14f2cc57 /package/strongswan/patches/350-make-programs.patch | |
parent | 15a9b61bbd1c7d1dec7cdb0992462356aec63905 (diff) | |
download | upstream-c3521420dc2ddd0535690ab6569cd57c4b078035.tar.gz upstream-c3521420dc2ddd0535690ab6569cd57c4b078035.tar.bz2 upstream-c3521420dc2ddd0535690ab6569cd57c4b078035.zip |
Add strongswan (#1330)
SVN-Revision: 6429
Diffstat (limited to 'package/strongswan/patches/350-make-programs.patch')
-rw-r--r-- | package/strongswan/patches/350-make-programs.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/strongswan/patches/350-make-programs.patch b/package/strongswan/patches/350-make-programs.patch new file mode 100644 index 0000000000..5c2173b469 --- /dev/null +++ b/package/strongswan/patches/350-make-programs.patch @@ -0,0 +1,20 @@ +diff -ruN strongswan-2.8.2-orig/programs/Makefile strongswan-2.8.2/programs/Makefile +--- strongswan-2.8.2-orig/programs/Makefile 2006-08-28 07:12:36.000000000 -0400 ++++ strongswan-2.8.2/programs/Makefile 2007-02-04 01:24:18.751598552 -0500 +@@ -17,12 +17,10 @@ + FREESWANSRCDIR=.. + include ${FREESWANSRCDIR}/Makefile.inc + +-SUBDIRS=spi eroute spigrp tncfg klipsdebug pf_key proc pluto +-SUBDIRS+=_confread _copyright _include _keycensor _plutoload _plutorun +-SUBDIRS+=_realsetup _secretcensor _startklips _updown _updown_espmark +-SUBDIRS+=auto barf ipsec look manual ranbits secrets starter +-SUBDIRS+=rsasigkey send-pr setup showdefaults showhostkey calcgoo mailkey +-SUBDIRS+=ikeping examples openac scepclient _showstatus wakeup ++SUBDIRS=_copyright _updown _showstatus wakeup examples ++SUBDIRS+=barf calcgoo eroute ikeping klipsdebug look mailkey manual ++SUBDIRS+=openac pf_key pluto proc ranbits rsasigkey scepclient secrets ++SUBDIRS+=showdefaults showhostkey spi spigrp starter tncfg ipsec + + ifeq ($(USE_LWRES),true) + SUBDIRS+=lwdnsq |