Skip to content

Commit

Permalink
Add workaround for building gpgme with musl >= 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jk779 authored and ueno committed Jan 23, 2024
1 parent 7d6dc97 commit 238a081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/gpgme/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
'--disable-g13-test',
# We only need the C API.
'--disable-languages',
"CFLAGS=-fPIC #{ENV["CFLAGS"]}",
"CFLAGS=-D_LARGEFILE64_SOURCE -fPIC #{ENV["CFLAGS"]}",
]
checkpoint = "#{recipe.target}/#{recipe.name}-#{recipe.version}-#{recipe.host}.installed"
unless File.exist?(checkpoint)
Expand Down

0 comments on commit 238a081

Please sign in to comment.