diff options
Diffstat (limited to 'package/olsrd/patches')
-rw-r--r-- | package/olsrd/patches/olsrd-0.4.9-opt-flags.diff | 13 | ||||
-rw-r--r-- | package/olsrd/patches/olsrd-0.4.9-secure-key-path.path | 12 |
2 files changed, 25 insertions, 0 deletions
diff --git a/package/olsrd/patches/olsrd-0.4.9-opt-flags.diff b/package/olsrd/patches/olsrd-0.4.9-opt-flags.diff new file mode 100644 index 000000000..c601ae015 --- /dev/null +++ b/package/olsrd/patches/olsrd-0.4.9-opt-flags.diff @@ -0,0 +1,13 @@ +diff -ruN olsrd-0.4.9-orig/Makefile olsrd-0.4.9-1/Makefile +--- olsrd-0.4.9-orig/Makefile 2005-03-31 20:39:24.000000000 +0200 ++++ olsrd-0.4.9-1/Makefile 2005-04-05 02:14:48.000000000 +0200 +@@ -72,7 +72,8 @@ + SRCS += $(wildcard src/linux/*.c) $(wildcard src/unix/*.c) + HDRS += $(wildcard src/linux/*.h) $(wildcard src/unix/*.h) + DEFINES = -Dlinux +-CFLAGS ?= $(CCWARNINGS) -O2 -g #-DDEBUG #-pg #-march=i686 ++OFLAGS ?= -O2 -g ++CFLAGS ?= $(CCWARNINGS) $(OFLAGS) #-DDEBUG #-pg #-march=i686 + LIBS = -lm -ldl #-pg + MAKEDEPEND = makedepend -f $(DEPFILE) $(DEFINES) -Y $(INCLUDES) $(SRCS) >/dev/null 2>&1 + diff --git a/package/olsrd/patches/olsrd-0.4.9-secure-key-path.path b/package/olsrd/patches/olsrd-0.4.9-secure-key-path.path new file mode 100644 index 000000000..fcae75986 --- /dev/null +++ b/package/olsrd/patches/olsrd-0.4.9-secure-key-path.path @@ -0,0 +1,12 @@ +diff -ruN olsrd-0.4.9-orig/lib/secure/src/olsrd_secure.h olsrd-0.4.9-1/lib/secure/src/olsrd_secure.h +--- olsrd-0.4.9-orig/lib/secure/src/olsrd_secure.h 2005-03-10 20:57:48.000000000 +0100 ++++ olsrd-0.4.9-1/lib/secure/src/olsrd_secure.h 2005-04-05 00:51:40.000000000 +0200 +@@ -43,7 +43,7 @@ + + #include "olsrd_plugin.h" + +-#define KEYFILE "/root/.olsr/olsrd_secure_key" ++#define KEYFILE "/etc/olsrd.d/olsrd_secure_key" + + /* Schemes */ + #define ONE_CHECKSUM 1 |