diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-28 00:06:18 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-28 00:06:18 +0000 |
commit | c3d057408613580da12a0d7c52b94f8864d9fa9b (patch) | |
tree | f4f1aa0713864b2e485ac698f9c819d8ee637a94 /package/keynote/patches | |
parent | 0f8b3b32c0136effd8344182a794ba2f51e82f56 (diff) |
tweak isakmpd & keynote makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6733 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/keynote/patches')
-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 05351f714..b2258d472 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 |