]> git.sur5r.net Git - i3/i3lock/commitdiff
Only use -lpam when not on OpenBSD 136/head
authorKaashif Hymabaccus <kaashif@kaashif.co.uk>
Sun, 9 Jul 2017 16:52:32 +0000 (17:52 +0100)
committerKaashif Hymabaccus <kaashif@kaashif.co.uk>
Sun, 9 Jul 2017 16:52:32 +0000 (17:52 +0100)
Makefile

index 8470e0942c6ca798956a0d6e44516d939f050c55..e1b6e43e923c72c072ba77b3aff5e66b3982c273 100644 (file)
--- 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