spectrwm/linux
Reginald Kennedy b397ce68dc Fix LD_PRELOAD error on Linux.
On 64-bit Linux systems, if LD_PRELOAD isn't a relative/absolute
pathname to libswmhack.so, then ld.so attempts to load a 32-bit version
for 32-bit programs.  This produces an error message.  The solution is
to either build and install a 32-bit libswmhack.so.0.0 or use an
absolute/relative path so that ld.so only loads libswmhack.so for 64-bit
binaries.

Fix Makefiles to set variables before they are referenced.
2013-12-02 23:47:02 +08:00
..
linux.c kill cvs tags 2011-10-25 15:54:39 -05:00
Makefile Fix LD_PRELOAD error on Linux. 2013-12-02 23:47:02 +08:00
spectrwm.desktop Remove path from Linux spectrwm.desktop. 2013-01-08 05:36:06 +08:00
tree.h add rb stuff to linux 2012-02-10 19:31:11 -06:00
util.h kill cvs tags 2011-10-25 15:54:39 -05:00