diff options
author | Richard Purdie <richard@openedhand.com> | 2006-01-16 14:30:24 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-01-16 14:30:24 +0000 |
commit | 10c13b7ecb2f03b8c079e88cd15a4c92cdaacf77 (patch) | |
tree | e07ed3ea86bc53a531ac6a79373bc1759fcd62e1 | |
parent | bd813f492ea0eac0b02332e6434da5245891e837 (diff) | |
download | poky-10c13b7ecb2f03b8c079e88cd15a4c92cdaacf77.tar.gz |
openswan: Add makefile whitespace fix from OE
git-svn-id: https://svn.o-hand.com/repos/poky@219 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | openembedded/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch | 11 | ||||
-rw-r--r-- | openembedded/packages/openswan/openswan_2.2.0.bb | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/openembedded/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch b/openembedded/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch new file mode 100644 index 0000000000..e54ff1c63a --- /dev/null +++ b/openembedded/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- openswan-2.2.0/programs/Makefile.program.orig 2005-12-17 17:15:13 +0100 | ||
2 | +++ openswan-2.2.0/programs/Makefile.program 2005-12-17 17:15:36 +0100 | ||
3 | @@ -114,7 +110,7 @@ | ||
4 | endif | ||
5 | |||
6 | # cancel the rule that compiles directly | ||
7 | -%: %.c | ||
8 | +%: %.c | ||
9 | |||
10 | %: %.o $(OBJS) $(OPENSWANLIB) | ||
11 | $(CC) $(CFLAGS) -o $@ $@.o ${OBJS} $(LDFLAGS) $(LIBS) | ||
diff --git a/openembedded/packages/openswan/openswan_2.2.0.bb b/openembedded/packages/openswan/openswan_2.2.0.bb index 5246b0044a..3087b21ec3 100644 --- a/openembedded/packages/openswan/openswan_2.2.0.bb +++ b/openembedded/packages/openswan/openswan_2.2.0.bb | |||
@@ -12,6 +12,7 @@ PR = "r4" | |||
12 | SRC_URI = "http://www.openswan.org/download/openswan-${PV}.tar.gz \ | 12 | SRC_URI = "http://www.openswan.org/download/openswan-${PV}.tar.gz \ |
13 | file://openswan-2.2.0-gentoo.patch;patch=1 \ | 13 | file://openswan-2.2.0-gentoo.patch;patch=1 \ |
14 | file://gcc4-fixes.patch;patch=1 \ | 14 | file://gcc4-fixes.patch;patch=1 \ |
15 | file://makefile-whitespace-fix.patch;patch=1 \ | ||
15 | file://ld-library-path-breakage.patch;patch=1" | 16 | file://ld-library-path-breakage.patch;patch=1" |
16 | S = "${WORKDIR}/openswan-${PV}" | 17 | S = "${WORKDIR}/openswan-${PV}" |
17 | 18 | ||