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/130-make-starter.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/130-make-starter.patch')
-rw-r--r-- | package/strongswan/patches/130-make-starter.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/strongswan/patches/130-make-starter.patch b/package/strongswan/patches/130-make-starter.patch new file mode 100644 index 0000000000..9250f01081 --- /dev/null +++ b/package/strongswan/patches/130-make-starter.patch @@ -0,0 +1,20 @@ +diff -ruN strongswan-2.8.1-orig/programs/starter/Makefile strongswan-2.8.1/programs/starter/Makefile +--- strongswan-2.8.1-orig/programs/starter/Makefile 2006-02-17 14:34:02.000000000 -0500 ++++ strongswan-2.8.1/programs/starter/Makefile 2007-01-17 16:15:30.740490094 -0500 +@@ -16,7 +16,6 @@ + FREESWANSRCDIR?=$(shell cd ../..; pwd) + include ${FREESWANSRCDIR}/Makefile.inc + +-LD=$(CC) + RM=rm + LEX=flex + BISON=bison +@@ -59,7 +58,7 @@ + all: starter + + starter: $(OBJS) $(FREESWANLIB) +- $(LD) $(LDFLAGS) -o starter $(OBJS) $(LIBS) ++ $(CC) $(LDFLAGS) -o starter $(OBJS) $(LIBS) + + lex.yy.c: parser.tab.c parser.l parser.y parser.h + $(LEX) parser.l |