i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 3009ab422d136b8aefda080f585e51cd8d93b7fd
parent 8e6e47fe0ad80b32fbf81cb69774191adb69e862
Author: Ingo Bürk <admin@airblader.de>
Date:   Mon, 10 Jul 2017 13:16:16 +0200

Merge pull request #136 from kaashif/openbsd-no-pam

Only use -lpam when not on OpenBSD
Diffstat:
MMakefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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