blob: e8b3db50a8cd8271aefbe3aac2ad5b0f2dc9b446 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[
{ type: install
message: <<EOM
1) Add lib paths to %%PREFIX%%/etc/fpc.cfg
# searchpath for libraries
-Fl/usr/local/lib
This is necessary for correct linking of libraries.
2) This port add support to fp compiler to get value from FPC_LDPATH
environment variable. By default fp compiler use %%LOCALBASE%%/bin/ld.bfd for
linking binaries. If you want change this, just must be define FPC_LDPATH
with path to ld tool that will be used by fp compiler. Take on mind that fpc
only works with binutils on this moment but could work with another ld tool
later on next versions of freepascal
3) Enjoy it ;)
EOM
}
]
|