mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 07:40:07 +00:00
GitHub CI: build PCP with -fPIC
Currently needed for branch vr which builds UltraGrid as a library
This commit is contained in:
2
.github/scripts/install-common-deps.sh
vendored
2
.github/scripts/install-common-deps.sh
vendored
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user