zsh: it's just nice to have the library libpcre

This commit is contained in:
Simon Gloner 2006-04-06 18:43:04 +00:00
parent 54a47eeb2b
commit d804399d40

View File

@ -1,19 +1,13 @@
REQUIREMENTS REQUIREMENTS
This port depends on the pcre regular expression library called
libpcre.
PRE-INSTALL PRE-INSTALL
POST-INSTALL POST-INSTALL
PRECAUTION PRECAUTION
Due to the fact that this port compiles the libpcre into the shell If you don't remove libpcre before building this port libpcre will
it's a runtime dependency of zsh. This is a problem on systems where be a runtime dependency of zsh. This is a problem on systems where
zsh needs to be available at boot before the directory containing zsh needs to be available at boot before the directory containing
libpcre.so is mounted. libpcre.so is mounted.
If you don't like this library edit the Pkgfile and remove the line
containing the configure parameter: "--enable-pcre".