diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-03-10 19:27:57 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-03-10 19:27:57 +0100 |
commit | b1045b5f2340008dd76cfef01d8c502adaa4f11c (patch) | |
tree | ce397d78485fc71ba39a1c848525b17d5868e953 | |
parent | fff148bb11429eafc7d971f98017a6e1474fd21f (diff) | |
download | texlive-openbsd-b1045b5f2340008dd76cfef01d8c502adaa4f11c.tar.gz |
asy: remove --disable-readline
-rw-r--r-- | README.md | 1 | ||||
-rwxr-xr-x | tl-build.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -189,6 +189,7 @@ Building the sources | |||
189 | - cmake | 189 | - cmake |
190 | - ninja | 190 | - ninja |
191 | - For asymptote: | 191 | - For asymptote: |
192 | - readline | ||
192 | - freeglut | 193 | - freeglut |
193 | - eigen3 | 194 | - eigen3 |
194 | - py3-cson (run dependency for `xasy`) | 195 | - py3-cson (run dependency for `xasy`) |
diff --git a/tl-build.sh b/tl-build.sh index 61e90ed..1d47095 100755 --- a/tl-build.sh +++ b/tl-build.sh | |||
@@ -126,7 +126,7 @@ if [[ ${with_asymptote} == "y" ]];then | |||
126 | cd ${tl_sourcedir}/utils/asymptote | 126 | cd ${tl_sourcedir}/utils/asymptote |
127 | ./configure --prefix=/tmp/asyinst --enable-texlive-build \ | 127 | ./configure --prefix=/tmp/asyinst --enable-texlive-build \ |
128 | --enable-static CXXFLAGS=-std=c++11 \ | 128 | --enable-static CXXFLAGS=-std=c++11 \ |
129 | --disable-curl --disable-lsp --disable-gsl --disable-fftw --disable-readline | 129 | --disable-curl --disable-lsp --disable-gsl --disable-fftw |
130 | sed -i.bak -e 's/^LIBS = /LIBS = -static /' Makefile | 130 | sed -i.bak -e 's/^LIBS = /LIBS = -static /' Makefile |
131 | gmake | 131 | gmake |
132 | strip asy | 132 | strip asy |