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/120-make-pluto.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/120-make-pluto.patch')
-rw-r--r-- | package/strongswan/patches/120-make-pluto.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/strongswan/patches/120-make-pluto.patch b/package/strongswan/patches/120-make-pluto.patch new file mode 100644 index 0000000000..890863fa0e --- /dev/null +++ b/package/strongswan/patches/120-make-pluto.patch @@ -0,0 +1,12 @@ +diff -ruN strongswan-2.8.1-orig/programs/pluto/alg/Makefile strongswan-2.8.1/programs/pluto/alg/Makefile +--- strongswan-2.8.1-orig/programs/pluto/alg/Makefile 2004-06-23 00:45:20.000000000 -0400 ++++ strongswan-2.8.1/programs/pluto/alg/Makefile 2007-01-17 00:19:58.249033414 -0500 +@@ -20,7 +20,7 @@ + include Config.ike_alg + + LIBCRYPTO:=../../../lib/libcrypto +-ALLFLAGS=$(CPPFLAGS) $(CFLAGS) -I .. -I- -I ../../../linux/include -I $(LIBCRYPTO) ++ALLFLAGS=$(CPPFLAGS) $(CFLAGS) -I .. -I- -I ../../../linux/include -I $(LIBCRYPTO) $(USERCOMPILE) + LIBALG := libalg.o + + all : $(LIBALG) |