diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-01-23 20:45:19 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-01-23 20:45:19 (GMT) |
commit | e38994ae727a3bc7fa77f45d5bdbb97dffcbd1e5 (patch) | |
tree | 879c1534b981157807af1855b48deb177b09315a /doc | |
parent | e868ff5928af2badd1418006b4a46889fea3eb57 (diff) | |
download | fluxbox_paul-e38994ae727a3bc7fa77f45d5bdbb97dffcbd1e5.zip fluxbox_paul-e38994ae727a3bc7fa77f45d5bdbb97dffcbd1e5.tar.bz2 |
build fix: use 'xft-config' instead of 'pkg-config' to use the right libs
when linking with binutils-gold and --no-add-needed it is not enough to
just use -lXft but it must be -lXft -fontconfig (and some more). since we
use 'pkg-config --libs' to find out about the needed flags and 'pkg-config'
only returns -lXft (except by using
pkg-config --libs `pkg-config --print-requires-private xft`
) we switched to 'xft-config --libs' which gives us the complete list of
all needed libs.
the issue was brought to attention by
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554386
but the proposed fix was just quick and dirty.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions