Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lua5.3-lzlib.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: lua5.3-lzlib
version: 0.4.3
epoch: 2
epoch: 3
description: "zlib binding for lua"
copyright:
- license: MIT
Expand Down Expand Up @@ -30,8 +30,8 @@ pipeline:

- runs: |
set -x
make CFLAGS="$CFLAGS \\$(pkg-config --debug --cflags lua5.3)" \
LDFLAGS="$LDFLAGS \\$(pkg-config --debug --libs lua5.3)"
make CFLAGS="$CFLAGS \\$(pkg-config --debug --cflags lua5.3) -fPIC" \
LDFLAGS="$LDFLAGS \\$(pkg-config --debug --libs lua5.3) -fPIC"

- runs: |
install -Dm755 zlib.so "${{targets.destdir}}"/usr/lib/lua/5.3/zlib.so
Expand Down