Skip to content

Commit

Permalink
static tirpc workaround
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@70567 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Mar 10, 2024
1 parent 9eae179 commit 5f8e1ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/scripts/build-asy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ cd utils/asymptote
--disable-gsl --disable-fftw --disable-lsp --disable-curl
$TL_MAKE -j2

# not necessary anymore with 2.88
## relink with static libtirpc if possible
#sed -i -e '/^LFLAGS/s/-ltirpc/-Wl,-Bstatic -ltirpc -Wl,-Bdynamic/' Makefile
# 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++
Expand Down

0 comments on commit 5f8e1ed

Please sign in to comment.