Skip to content

Commit

Permalink
CI live555: add -fPIC
Browse files Browse the repository at this point in the history
The -fPIC argument is needed for live555 on arm64 Linux.
  • Loading branch information
MartinPulec committed Jun 11, 2024
1 parent c04aac9 commit fa079e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install-common-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ download_build_live555() {(
# ensure binutils ld is used (not lld)
pacman -Sy --noconfirm binutils
elif [ "$(uname -s)" = Linux ]; then
export CXXFLAGS=-DXLOCALE_NOT_USED
export CXXFLAGS="-DXLOCALE_NOT_USED -fPIC"
target=linux
else
target=macosx
Expand Down

0 comments on commit fa079e0

Please sign in to comment.