[hackers] [wmii] Don't statically link wmiir. Broken on newer x86_64 glibc systems. || Kris Maglione

From: <hg_AT_suckless.org>
Date: Thu, 3 Jun 2010 14:57:52 +0000 (UTC)

changeset: 2692:32085c6381c6
branch: 3.9
parent: 2669:56a992b14bcf
user: Kris Maglione <kris_AT_suckless.org>
date: Wed Jun 02 17:38:15 2010 -0400
files: cmd/Makefile
description:
Don't statically link wmiir. Broken on newer x86_64 glibc systems.

diff -r 56a992b14bcf -r 32085c6381c6 cmd/Makefile
--- a/cmd/Makefile Fri May 28 20:30:20 2010 -0400
+++ b/cmd/Makefile Wed Jun 02 17:38:15 2010 -0400
@@ -22,7 +22,7 @@
 
 OWMIIR=wmiir.o $(OFILES) $(LIBIXP)
 wmiir.out: $(OWMIIR)
- $(LINK) $@ $(STATIC) $(OWMIIR)
+ $(LINK) $@ $(OWMIIR)
 
 wmii/x11.o wmii/xext.o wmii/geom.o wmii/map.o: dall
         true
Received on Thu Jun 03 2010 - 14:57:52 UTC

This archive was generated by hypermail 2.2.0 : Thu Jun 03 2010 - 15:00:08 UTC