File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 9090## Infrastructure
9191
9292## Release scripts
93+ * The OpenBSD binary now a full static binary [ #6705 @flumf @kit-ty-kate - fix #6241 ]
9394
9495## Install script
9596 * Add 2.4.1 to the install scripts [ #6617 @kit-ty-kate ]
Original file line number Diff line number Diff line change @@ -67,10 +67,13 @@ CLINKING_macos = \
6767-lunix -lmccs_stubs -lmccs_glpk_stubs -lsha_stubs -lopam_core_stubs \
6868-lstdc++
6969
70- CLINKING_openbsd = $(CLINKING_macos )
7170CLINKING_freebsd = $(CLINKING_macos )
7271CLINKING_netbsd = $(CLINKING_macos )
7372
73+ CLINKING_openbsd = \
74+ -lunix -lmccs_stubs -lmccs_glpk_stubs -lsha_stubs -lopam_core_stubs \
75+ -lstdc++ -lc++ -lc++abi -static
76+
7477CLINKING_windows = \
7578-lunix -lmccs_stubs -lmccs_glpk_stubs -lsha_stubs -lopam_core_stubs \
7679-l:libstdc++.a -l:libpthread.a \
You can’t perform that action at this time.
0 commit comments