diff options
Diffstat (limited to 'package/strongswan/patches/110-make-ipsec.patch')
-rw-r--r-- | package/strongswan/patches/110-make-ipsec.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/strongswan/patches/110-make-ipsec.patch b/package/strongswan/patches/110-make-ipsec.patch new file mode 100644 index 0000000..861def4 --- /dev/null +++ b/package/strongswan/patches/110-make-ipsec.patch @@ -0,0 +1,10 @@ +diff -ruN strongswan-2.8.1-orig/programs/ipsec/Makefile strongswan-2.8.1/programs/ipsec/Makefile +--- strongswan-2.8.1-orig/programs/ipsec/Makefile 2006-02-10 06:27:31.000000000 -0500 ++++ strongswan-2.8.1/programs/ipsec/Makefile 2007-01-17 02:46:06.027124968 -0500 +@@ -24,5 +24,5 @@ + include ../Makefile.program + + install:: ipsec +- @$(INSTALL) $(INSTBINFLAGS) ipsec $(RCDIR)/ipsec ++ @$(INSTALL) $(INSTBINFLAGS) -D ipsec $(RCDIR)/ipsec + |