summaryrefslogtreecommitdiff
path: root/package/olsrd/patches/patch-make_Makefile_linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
commit084c175e59e9ea61c68154ad9982adcd918cbfcf (patch)
treee7919bb0660b8598855a45e6c56709cfc856f54d /package/olsrd/patches/patch-make_Makefile_linux
parent838ba34414112d674ed917d83bdae7c1a8dafdc6 (diff)
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/olsrd/patches/patch-make_Makefile_linux')
-rw-r--r--package/olsrd/patches/patch-make_Makefile_linux6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/olsrd/patches/patch-make_Makefile_linux b/package/olsrd/patches/patch-make_Makefile_linux
index 5099a3d83..d3ca1cdee 100644
--- a/package/olsrd/patches/patch-make_Makefile_linux
+++ b/package/olsrd/patches/patch-make_Makefile_linux
@@ -1,6 +1,6 @@
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- olsrd-0.5.6-r2.orig/make/Makefile.linux 2008-10-03 14:45:07.000000000 +0200
-+++ olsrd-0.5.6-r2/make/Makefile.linux 2009-06-13 14:10:25.000000000 +0200
+--- olsrd-0.6.0.orig/make/Makefile.linux 2010-03-31 19:03:53.000000000 +0200
++++ olsrd-0.6.0/make/Makefile.linux 2010-10-10 14:34:11.000000000 +0200
@@ -4,7 +4,7 @@
ARCH := $(shell uname -m)
@@ -10,7 +10,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
SRCS += $(wildcard src/linux/*.c src/unix/*.c)
HDRS += $(wildcard src/linux/*.h src/unix/*.h)
-@@ -13,8 +13,8 @@ CPPFLAGS += -Dlinux
+@@ -13,8 +13,8 @@ CPPFLAGS += -Dlinux -DLINUX_NETLINK_ROU
LIBS +=
PLUGIN_FULLNAME ?= $(PLUGIN_NAME).so.$(PLUGIN_VER)