From: Kaashif Hymabaccus Date: Sun, 9 Jul 2017 16:52:32 +0000 (+0100) Subject: Only use -lpam when not on OpenBSD X-Git-Tag: 2.10~8^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F136%2Fhead;p=i3%2Fi3lock Only use -lpam when not on OpenBSD --- diff --git a/Makefile b/Makefile index 8470e09..e1b6e43 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,6 @@ CFLAGS += -Wall CPPFLAGS += -D_GNU_SOURCE CFLAGS += $(shell $(PKG_CONFIG) --cflags cairo xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11) LIBS += $(shell $(PKG_CONFIG) --libs cairo xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11) -LIBS += -lpam LIBS += -lev LIBS += -lm