summaryrefslogtreecommitdiff
path: root/meta/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-13 08:55:27 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-13 08:55:27 +0000
commit5230a5a1f671e2af244cc6e2a8af50446e5514ec (patch)
tree75c122a66ce1937cf9f4b79a4815cc8b6a245905 /meta/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch
parent74679918ba4ff835f067fa15b9bdf16a2627a49e (diff)
downloadopenembedded-core-5230a5a1f671e2af244cc6e2a8af50446e5514ec.tar.gz
openembedded-core-5230a5a1f671e2af244cc6e2a8af50446e5514ec.tar.bz2
openembedded-core-5230a5a1f671e2af244cc6e2a8af50446e5514ec.zip
openswan: update to 2.4.7 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1496 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch')
-rw-r--r--meta/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch b/meta/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch
deleted file mode 100644
index e54ff1c63a..0000000000
--- a/meta/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- openswan-2.2.0/programs/Makefile.program.orig 2005-12-17 17:15:13 +0100
-+++ openswan-2.2.0/programs/Makefile.program 2005-12-17 17:15:36 +0100
-@@ -114,7 +110,7 @@
- endif
-
- # cancel the rule that compiles directly
--%: %.c
-+%: %.c
-
- %: %.o $(OBJS) $(OPENSWANLIB)
- $(CC) $(CFLAGS) -o $@ $@.o ${OBJS} $(LDFLAGS) $(LIBS)