diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
commit | d2e5a673aa7637c990ca7307e831327eb67e3fe7 (patch) | |
tree | 70e2d421684317208dc94db354551aca749b3328 /package/olsrd/patches/patch-Makefile | |
parent | a8259a651484f6dd5051a20e64f43ae27fc04613 (diff) | |
parent | 6d7a7f4776711758cf5b59028378f01cd8eba493 (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, 11 insertions, 0 deletions
diff --git a/package/olsrd/patches/patch-Makefile b/package/olsrd/patches/patch-Makefile new file mode 100644 index 000000000..bfbc2e26f --- /dev/null +++ b/package/olsrd/patches/patch-Makefile @@ -0,0 +1,11 @@ +--- olsrd-0.5.6-r2.orig/Makefile 2008-10-03 14:45:06.000000000 +0200 ++++ olsrd-0.5.6-r2/Makefile 2009-06-13 14:02:52.000000000 +0200 +@@ -143,7 +143,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 |