Skip to content

Commit

Permalink
[GHA asy] remove workaround for libtirpc, upstreamed
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@70547 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
norbusan committed Mar 10, 2024
1 parent a656c52 commit c6302ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/scripts/build-asy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,11 @@ cd utils/asymptote
--disable-gsl --disable-fftw --disable-lsp --disable-curl
$TL_MAKE -j2

# relink with static libtirpc if possible
sed -i -e '/^LFLAGS/s/-ltirpc/-Wl,-Bstatic -ltirpc -Wl,-Bdynamic/' Makefile
# not necessary anymore with 2.88
## relink with static libtirpc if possible
#sed -i -e '/^LFLAGS/s/-ltirpc/-Wl,-Bstatic -ltirpc -Wl,-Bdynamic/' Makefile

# as of 2.88 necessary
# static linking of stdc++
sed -i -e '/^LFLAG/s/= /= -static-libgcc -static-libstdc++ /' Makefile
$TL_MAKE
Expand Down

0 comments on commit c6302ed

Please sign in to comment.