Explicitly specify -lxcb when linking to link with binutils-gold

next
Michael Stapelberg 2009-11-07 16:44:52 +01:00
parent 037605e34c
commit b3bee0930e
2 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@ LDFLAGS += -lxcb-atom
LDFLAGS += -lxcb-aux
LDFLAGS += -lxcb-icccm
LDFLAGS += -lxcb-xinerama
LDFLAGS += -lxcb
LDFLAGS += -lX11
LDFLAGS += -lev
LDFLAGS += -L/usr/local/lib -L/usr/pkg/lib

3
debian/changelog vendored
View File

@ -26,8 +26,9 @@ i3-wm (3.d-0) unstable; urgency=low
* Bugfix: Correctly handle unmap_notify events when resizing
* Bugfix: Correctly warp pointer after rendering the layout
* Bugfix: Fix NULL pointer dereference when reconfiguring screens
* Explicitly specify -lxcb when linking (Closes: #554860)
-- Michael Stapelberg <michael@stapelberg.de> Fri, 23 Oct 2009 16:40:01 +0200
-- Michael Stapelberg <michael@stapelberg.de> Sat, 07 Nov 2009 16:44:48 +0100
i3-wm (3.c-2) unstable; urgency=low