Commit d2d0d49e authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Fix texinfo 7 dependency on perl

Texinfo 7 depends on perl.
If one does not have perl installed, the following error is raised:

```
INFO checking for perl... /usr/bin/perl
INFO checking Perl version and modules... no
INFO configure: error: perl >= 5.8.1 with Encode and Data::Dumper required by Texinfo.
```

See merge request !1728
parent 0a2e149f
Pipeline #39554 failed with stage
in 0 seconds
[buildout] [buildout]
extends = extends =
../ncurses/buildout.cfg ../ncurses/buildout.cfg
../perl/buildout.cfg
[texinfo] [texinfo]
# Most other components are not happy with texinfo 5, because it treats some # Most other components are not happy with texinfo 5, because it treats some
...@@ -28,3 +29,4 @@ configure-options = ...@@ -28,3 +29,4 @@ configure-options =
environment = environment =
CFLAGS=-I${ncurses:location}/include CFLAGS=-I${ncurses:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
PATH=${perl:location}/bin/:%(PATH)s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment