i3 / i3lock

improved screen locker
https://i3wm.org/i3lock
BSD 3-Clause "New" or "Revised" License
921 stars 404 forks source link

Only use -lpam when not on OpenBSD #136

Closed kaashif closed 7 years ago

kaashif commented 7 years ago

There was a regression in 10416e27, the Makefile uses -lpam unconditionally. This causes the build to fail on OpenBSD. Deleting the line fixes it since -lpam is later added to LIBS if we're not on OpenBSD.

Airblader commented 7 years ago

Thanks!