- Mention NO_FILTER_SHLIBS

PR:		docs/95644 (based on)
Submitted by:	Jean-Baptiste Quenot <jbq@caraldi.com>
This commit is contained in:
Pav Lucistnik 2006-04-12 12:05:56 +00:00
parent 4ef17697be
commit 39e1595754
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27525

View file

@ -3993,6 +3993,12 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
library should have their <makevar>PORTREVISION</makevar> incremented,
to force recompilation with the new library version.</para>
<para>If the port installs shared libraries with long version numbers,
e.g. <filename>libfoo.so.0.2.9</filename>, the ports infrastructure
will try to rename the files. Define
<makevar>NO_FILTER_SHLIBS</makevar> to disable this
functionality.</para>
</sect1>
<sect1 id="porting-restrictions">