Skip to content

Commit

Permalink
make: allow build on ubuntu 24.10 (#3311)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc authored Oct 31, 2024
1 parent 92662ed commit 0940724
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ endif
#expr_debug tag is required to enable the debug mode in expr
GO_TAGS := netgo,osusergo,sqlite_omit_load_extension,expr_debug

# Allow building on ubuntu 24.10, see https://github.com/golang/go/issues/70023
export CGO_LDFLAGS_ALLOW=-Wl,--(push|pop)-state.*

# this will be used by Go in the make target, some distributions require it
export PKG_CONFIG_PATH:=/usr/local/lib/pkgconfig:$(PKG_CONFIG_PATH)

Expand Down

0 comments on commit 0940724

Please sign in to comment.