diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-06 03:46:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-06 03:46:21 +0000 |
commit | 219833889aee91878ed79abf1da9bc3d321eb4f8 (patch) | |
tree | 1ce49ca50ce3803e7e6f51c9401fe4ba410f9847 /games | |
parent | bdd791b294517a106158cea141419c5a63e01e1b (diff) | |
download | pkgsrc-219833889aee91878ed79abf1da9bc3d321eb4f8.tar.gz |
Add -Wl flags from LDFLAGS to the EXTRA_LIBS. This allows libpq.so to be
found at run-time, as before, the -Wl,-R options that set the run-time
library search path weren't being used. Simply using LDFLAGS without
filtering doesn't work because the configure script appends CFLAGS to
LDFLAGS, and some commonly-used compiler options, e.g. -mcpu=..., which
causes python's makesetup to choke because the options aren't in the list
of recognized linker options. Thanks to D'Arcy J.M. Cain <darcy@druid.net>
for pointing out the error and possible solution.
Diffstat (limited to 'games')
0 files changed, 0 insertions, 0 deletions