diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-08-20 22:00:41 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-08-20 22:00:41 +0000 |
commit | bd08c5928d1f1549fa56934d26f8349a7f91d119 (patch) | |
tree | 149edda4b47c81266b596236bcae903222cf1824 /package/strongswan/patches/120-make-pluto.patch | |
parent | 080dc036df44ade669021062ce0eb3745a3adb80 (diff) | |
download | upstream-bd08c5928d1f1549fa56934d26f8349a7f91d119.tar.gz upstream-bd08c5928d1f1549fa56934d26f8349a7f91d119.tar.bz2 upstream-bd08c5928d1f1549fa56934d26f8349a7f91d119.zip |
move more extra packages from ./trunk to ./packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12359 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/strongswan/patches/120-make-pluto.patch')
-rw-r--r-- | package/strongswan/patches/120-make-pluto.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/strongswan/patches/120-make-pluto.patch b/package/strongswan/patches/120-make-pluto.patch deleted file mode 100644 index e0dd813bb7..0000000000 --- a/package/strongswan/patches/120-make-pluto.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: strongswan-2.8.2/programs/pluto/alg/Makefile -=================================================================== ---- strongswan-2.8.2.orig/programs/pluto/alg/Makefile 2007-06-04 13:23:04.734014216 +0200 -+++ strongswan-2.8.2/programs/pluto/alg/Makefile 2007-06-04 13:23:05.416910400 +0200 -@@ -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) |