summaryrefslogtreecommitdiff
path: root/debian/patches/07-fix-libraries.patch
blob: 5917d07970f4a0c85375deeaca71a362a0ec1437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix wrong library link options
 This fixes warnings issued by dpkg-shlibdeps that symbols found in none of the libraries.
Author: Andrew O. Shadoura <bugzilla@tut.by>

--- wmii-3.9.2+debian.orig/libwmii_hack/Makefile
+++ wmii-3.9.2+debian/libwmii_hack/Makefile
@@ -5,6 +5,7 @@ hack.o hack.o_pic: util.c x11.c hack.h x
 
 CFLAGS += $(INCX11)
 SOLDFLAGS += $(LIBX11)
+LIBS += -ldl -lX11
 
 TARG =	libwmii_hack
 OBJ =	hack