diff options
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-x | tl-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tl-build.sh b/tl-build.sh index 1d47095..61e90ed 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 | 129 | --disable-curl --disable-lsp --disable-gsl --disable-fftw --disable-readline |
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 |