Skip to content

Commit

Permalink
Fixed tigervnc compilation under arm/v7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Feb 7, 2025
1 parent 650e864 commit 137a214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tigervnc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ autoreconf -fiv /tmp/tigervnc/unix/xserver
(
cd /tmp/tigervnc/unix/xserver && \
CFLAGS="$CFLAGS -Wno-implicit-function-declaration" \
LIBS="-ltasn1 -lunistring -lfreetype -lfontenc -lpng16 -lbrotlidec -lbrotlicommon -lbz2" \
LIBS="-ltasn1 -lunistring -lfreetype -lfontenc -lpng16 -lbrotlidec -lbrotlicommon -lbz2 -lintl" \
./configure \
--build=$(TARGETPLATFORM= xx-clang --print-target-triple) \
--host=$(xx-clang --print-target-triple) \
Expand Down

0 comments on commit 137a214

Please sign in to comment.