]> git.pld-linux.org Git - packages/erlang.git/blob - erlang-no-fop.patch
- added no-fop patch (disable pdf docs, avoid build failure when fop 1.0 is installed)
[packages/erlang.git] / erlang-no-fop.patch
1 --- otp-OTP-21.3.8.6/erts/configure.in.orig     2019-07-11 17:18:55.000000000 +0200
2 +++ otp-OTP-21.3.8.6/erts/configure.in  2019-09-09 17:44:05.368217526 +0200
3 @@ -855,7 +855,8 @@
4    AC_MSG_WARN([No 'xsltproc' command found: the documentation cannot be built])
5  fi
6  
7 -AC_CHECK_PROGS(FOP, fop)
8 +dnl AC_CHECK_PROGS(FOP, fop)
9 +AC_SUBST(FOP)
10  if test -z "$FOP"; then
11    FOP="$ERL_TOP/make/fakefop"
12    echo "fop" >> doc/CONF_INFO
This page took 0.046096 seconds and 3 git commands to generate.