GitHub CI: build PCP with -fPIC

Currently needed for branch vr which builds UltraGrid as a library
This commit is contained in:
Martin Pulec
2020-12-09 09:28:23 +01:00
parent aa30324cb9
commit abdb185a71

View File

@@ -15,7 +15,7 @@ install_pcp() {
(
cd pcp
./autogen.sh || true # autogen exits with 1
./configure --disable-shared
CFLAGS=-fPIC ./configure --disable-shared
make -j 5
${SUDO}make install
)