Skip to content

Commit

Permalink
Fix build with FreeBSD (#313)
Browse files Browse the repository at this point in the history
This fixes the build for FreBSD 13.2, 13.3, 14.0 and maybe also for 15.
```
linking shared-object pg_query/pg_query.so
ld: error: version script assignment of 'global' to symbol '_Init_pg_query' failed: symbol not defined
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
```
  • Loading branch information
mfechner authored Nov 26, 2024
1 parent 1832e5c commit f921197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/pg_query/pg_query_ruby_freebsd.sym
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
_Init_pg_query
Init_pg_query

0 comments on commit f921197

Please sign in to comment.