Skip to content

Commit fad6cc8

Browse files
Revert to original working spinlock patch from commit 937fb10
This reverts the patch to the exact state that was working before, removing the problematic --disable-thread-safety flag that was causing 'unknown type name slock_t' compilation errors. Co-Authored-By: Dan Lynch <pyramation@gmail.com>
1 parent c006380 commit fad6cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versions/13/patches/emscripten_disable_spinlocks.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
+endif
2222
echo "#undef PG_INT128_TYPE" >> ./src/postgres/include/pg_config.h
2323
# Support gcc earlier than 4.6.0 without reconfiguring
24-
echo "#undef HAVE__STATIC_ASSERT" >> ./src/postgres/include/pg_config.h
24+
echo "#undef HAVE__STATIC_ASSERT" >> ./src/postgres/include/pg_config.h

0 commit comments

Comments
 (0)