Rediff patches

This commit is contained in:
Jason Rhinelander 2023-01-25 14:06:43 -04:00
parent 8b416f2361
commit c0a635b800
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Patch the oxen cmake files to properly build and install shared libs.
4 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c85162..11458ef 100644
index ad235ab..61669da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,7 @@ if(CCACHE_PROGRAM)

View File

@ -9,7 +9,7 @@ Subject: Add check for -latomic (needed for armhf build)
create mode 100644 cmake/check_atomic.cmake
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 11458ef..f1ce3f4 100644
index 61669da..05cdbf5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -739,6 +739,9 @@ else()

View File

@ -7,7 +7,7 @@ Subject: dumb ARM_ID/ARCH logic workaround
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f1ce3f4..33427de 100644
index 05cdbf5..deb3710 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -204,7 +204,9 @@ else()