From 3cabe9b947f1b4e29703b54e2612044837ba182b Mon Sep 17 00:00:00 2001 From: ICScaryThings Date: Sat, 28 May 2022 20:06:31 -0400 Subject: [PATCH] Add patch to fix compile breakage due to a missing file --- configure_build.sh | 3 + ...fix_missing_index_static_include_bug.patch | 65 +++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 patches/fix_missing_index_static_include_bug.patch 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 ++
++
++
++ ++