Skip to content

Commit f921197

Browse files
authored
Fix build with FreeBSD (#313)
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 ```
1 parent 1832e5c commit f921197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: ext/pg_query/pg_query_ruby_freebsd.sym

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
_Init_pg_query
21
Init_pg_query

0 commit comments

Comments
 (0)