BuddiesOfBudgie / budgie-screensaver

Budgie Screensaver is a fork of old gnome screensaver for purposes of providing an authentication prompt on wake.
GNU General Public License v2.0
15 stars 2 forks source link

Fix musl build #4

Closed tibequadorian closed 2 years ago

tibequadorian commented 2 years ago

If _POSIX_SOURCE is not defined, build on musl libc will fail with error: ‘SIG_BLOCK’ undeclared

JoshStrobl commented 2 years ago

Thanks!