From 0bf3e73536255a0a05df727258d5facba54aa0df Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 11 Jun 2024 12:26:38 +0200 Subject: [PATCH] CI live555: add -fPIC --- .github/scripts/install-common-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/install-common-deps.sh b/.github/scripts/install-common-deps.sh index 6d9242ec3..a9d538f3c 100755 --- a/.github/scripts/install-common-deps.sh +++ b/.github/scripts/install-common-deps.sh @@ -83,6 +83,7 @@ download_build_live555() {{ pacman -Sy --noconfirm binutils elif [ "$(uname -s)" = Linux ]; then export CXXFLAGS=-DXLOCALE_NOT_USED + export CPPFLAGS=-fPIC target=linux else target=macosx