Skip to content

Commit bcf2749

Browse files
committed
Alpine: Do not rely on lpeg shared system library
release=3.3 stack=alpine
1 parent 7a5b99e commit bcf2749

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

alpine/freeze/pandoc-3.3.project.freeze

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ constraints: any.Cabal ==3.10.3.0,
170170
libyaml -no-unicode -system-libyaml,
171171
any.libyaml-clib ==0.2.5,
172172
any.lpeg ==1.1.0,
173-
lpeg +rely-on-shared-lpeg-library,
173+
lpeg -rely-on-shared-lpeg-library,
174174
any.lua ==2.3.2,
175175
lua +allow-unsafe-gc -apicheck -cross-compile -export-dynamic -lua_32bits +pkg-config +system-lua,
176176
any.memory ==0.18.0,

common/pandoc-freeze.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,9 @@ cd "${tmpdir}"
7777
if [ "${stack}" = "static" ]; then
7878
lua_constraints=" -system-lua -pkg-config +hardcode-reg-keys -export-dynamic"
7979
lpeg_constraints=" -rely-on-shared-lpeg-library"
80-
elif [ "${stack}" = "ubuntu" ]; then
81-
lua_constraints=" +system-lua +pkg-config +hardcode-reg-keys -export-dynamic"
82-
lpeg_constraints=" -rely-on-shared-lpeg-library"
8380
else
8481
lua_constraints=" +system-lua +pkg-config +hardcode-reg-keys -export-dynamic"
85-
lpeg_constraints=" +rely-on-shared-lpeg-library"
82+
lpeg_constraints=" -rely-on-shared-lpeg-library"
8683
fi
8784
aeson_pretty_constraints=" +lib-only"
8885
pandoc_constraints=" +embed_data_files"

0 commit comments

Comments
 (0)