diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-03-28 00:06:18 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-03-28 00:06:18 +0000 |
commit | f725f0dc49b28b19ff81db646495e1db0e2031f4 (patch) | |
tree | c044cf2450803e168f7f8ea592149ce42fabf239 /package/keynote/patches/001-build.patch | |
parent | 10a482c83570f498eced1dd45ccee111def27f7f (diff) | |
download | mtk-20170518-f725f0dc49b28b19ff81db646495e1db0e2031f4.zip mtk-20170518-f725f0dc49b28b19ff81db646495e1db0e2031f4.tar.gz mtk-20170518-f725f0dc49b28b19ff81db646495e1db0e2031f4.tar.bz2 |
tweak isakmpd & keynote makefiles
SVN-Revision: 6733
Diffstat (limited to 'package/keynote/patches/001-build.patch')
-rw-r--r-- | package/keynote/patches/001-build.patch | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/package/keynote/patches/001-build.patch b/package/keynote/patches/001-build.patch index 05351f7..b2258d4 100644 --- a/package/keynote/patches/001-build.patch +++ b/package/keynote/patches/001-build.patch @@ -277,15 +277,25 @@ diff -ru keynote-2.3/keynote.y keynote-2.3.new/keynote.y diff -ru keynote-2.3/Makefile.in keynote-2.3.new/Makefile.in --- keynote-2.3/Makefile.in 2000-09-27 01:16:27.000000000 +0200 +++ keynote-2.3.new/Makefile.in 2004-01-16 11:35:38.841528129 +0100 -@@ -41,7 +41,7 @@ +@@ -41,7 +41,8 @@ YACCFLAGS = -d -p kn -b k LEXFLAGS2 = -Pkv -s -i LEXFLAGS = -Cr -Pkn -s -i -CFLAGS = -O2 -Wall # -g +CFLAGS = -O2 -Wall -fno-strict-aliasing # -g ++LDFLAGS = @LDFLAGS@ RMFLAGS2 = -rf RMFLAGS = -f NROFFFLAGS = -mandoc +@@ -83,7 +84,7 @@ + $(RANLIB) $(TARGET) + + $(TARGET2): $(TARGET) $(OBJS2) +- $(CC) $(CFLAGS) -o $(TARGET2) $(OBJS2) $(LIBS) ++ $(CC) $(CFLAGS) -o $(TARGET2) $(OBJS2) $(LDFLAGS) $(LIBS) + + k.tab.c: keynote.y header.h keynote.h assertion.h config.h + $(YACC) $(YACCFLAGS) keynote.y diff -ru keynote-2.3/signature.c keynote-2.3.new/signature.c --- keynote-2.3/signature.c 1999-10-12 00:34:31.000000000 +0200 +++ keynote-2.3.new/signature.c 2004-01-16 11:30:48.062084986 +0100 |