diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-15 19:29:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-15 19:29:15 +0100 |
commit | c080998e2d9468b09a4d386384ec4e2ff2416358 (patch) | |
tree | 34c52cd74ec2da84304dc9d0c9060907508c045b /package/olsrd/patches/patch-Makefile | |
parent | e7540c9fa814f9b41f80e72bc160ce504e26cda6 (diff) | |
parent | 920385c27e6badc68686470ab6a0da6a0a1b0926 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/olsrd/patches/patch-Makefile')
-rw-r--r-- | package/olsrd/patches/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/olsrd/patches/patch-Makefile b/package/olsrd/patches/patch-Makefile deleted file mode 100644 index 1e0318707..000000000 --- a/package/olsrd/patches/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- olsrd-0.6.0.orig/Makefile 2010-05-13 12:52:55.000000000 +0200 -+++ olsrd-0.6.0/Makefile 2010-10-10 14:34:11.000000000 +0200 -@@ -144,7 +144,7 @@ rpm: - - # This is quite ugly but at least it works - ifeq ($(OS),linux) --SUBDIRS = $(notdir $(shell find lib -maxdepth 2 -name Makefile -not -path lib/Makefile -printf "%h\n"|sort)) -+SUBDIRS = arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo mini nameservice pgraph quagga secure tas txtinfo - else - ifeq ($(OS),win32) - SUBDIRS := dot_draw httpinfo mini pgraph secure txtinfo |