diff --git a/configure_build.sh b/configure_build.sh index 1dbf394..92975f1 100755 --- a/configure_build.sh +++ b/configure_build.sh @@ -10,6 +10,9 @@ mkdir -p $CONFIG_DIR git submodule init git submodule update +# apply misc patches to fix compile time bugs +patch -p1 < patches/*.patch + cp -r mastodont-c treebird/ cp treebird/config.def.h treebird/config.h diff --git a/patches/fix_missing_index_static_include_bug.patch b/patches/fix_missing_index_static_include_bug.patch new file mode 100644 index 0000000..9f26c00 --- /dev/null +++ b/patches/fix_missing_index_static_include_bug.patch @@ -0,0 +1,65 @@ +diff --git a/treebird/static/index.html b/treebird/static/index.html +new file mode 100644 +index 0000000..4f12261 +--- /dev/null ++++ b/treebird/static/index.html +@@ -0,0 +1,59 @@ ++ ++ ++ ++ ++ %s ++ ++ ++ ++ ++
++
++
++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++
++ %s ++
++
++
++ ++