Skip to content

Commit 7c4d66b

Browse files
committed
ci build alpine: add workaround for msgpack-c to resolve relative paths
1 parent c214c44 commit 7c4d66b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alpine/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ make -j$(nproc)
3737
make install
3838
cd -
3939

40+
sed -i.bak -E -e 's,^(include|lib)dir=,\1dir=${prefix}/,g' /usr/lib/pkgconfig/msgpack-c.pc
4041
wget https://packages.groonga.org/source/groonga/groonga-${GROONGA_VERSION}.tar.gz
4142
tar xf groonga-${GROONGA_VERSION}.tar.gz
4243
cd groonga-${GROONGA_VERSION}

0 commit comments

Comments
 (0)