diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-09-22 22:10:36 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-09-24 10:17:41 +0200 |
commit | 2455668c3a182ba3bf7bdbd4f94b940b1f978f03 (patch) | |
tree | 8c87e4f60ee9e04f00fd2df7d5b3d1ad04528a72 /recipes/batmand/batmand-0.3.2/makefile-fix.patch | |
parent | d3a0ec7e1088f861d293819da9f30c7b8d12a8d8 (diff) |
batmand: update to version 0.3.2
* use new download url
* switch to INC_PR
* switch to .inc file
* bump PR
Diffstat (limited to 'recipes/batmand/batmand-0.3.2/makefile-fix.patch')
-rw-r--r-- | recipes/batmand/batmand-0.3.2/makefile-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/batmand/batmand-0.3.2/makefile-fix.patch b/recipes/batmand/batmand-0.3.2/makefile-fix.patch new file mode 100644 index 0000000000..9e74a91471 --- /dev/null +++ b/recipes/batmand/batmand-0.3.2/makefile-fix.patch @@ -0,0 +1,13 @@ +Index: batman-0.3.2/Makefile +=================================================================== +--- batman-0.3.2.orig/Makefile 2009-05-15 21:41:16.000000000 +0200 ++++ batman-0.3.2/Makefile 2009-09-22 16:20:05.937937168 +0200 +@@ -28,8 +28,6 @@ + # activate this variable to deactivate policy routing for backward compatibility + #NO_POLICY_ROUTING = -DNO_POLICY_ROUTING + +-CC = gcc +-CFLAGS += -pedantic -Wall -W -O1 -g3 -std=gnu99 + EXTRA_CFLAGS = -DDEBUG_MALLOC -DMEMORY_USAGE -DPROFILE_DATA $(NO_POLICY_ROUTING) -DREVISION_VERSION=$(REVISION_VERSION) + LDFLAGS += -lpthread + |