diff options
author | Max Rees <maxcrees@me.com> | 2019-04-18 03:20:26 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-04-18 05:45:35 -0400 |
commit | 8d02783d1df53a4d4b636e0c6abc48eff75d3a29 (patch) | |
tree | f63c8b11cce0a65a3e154da28a81b497abfaf7fa /user/physlock/makefile.patch | |
parent | 0ff89d78c6fa7d5905e5674e6825d22dca4043fa (diff) | |
download | packages-8d02783d1df53a4d4b636e0c6abc48eff75d3a29.tar.gz packages-8d02783d1df53a4d4b636e0c6abc48eff75d3a29.tar.bz2 packages-8d02783d1df53a4d4b636e0c6abc48eff75d3a29.tar.xz packages-8d02783d1df53a4d4b636e0c6abc48eff75d3a29.zip |
user/physlock: bump to 13
Diffstat (limited to 'user/physlock/makefile.patch')
-rw-r--r-- | user/physlock/makefile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/user/physlock/makefile.patch b/user/physlock/makefile.patch new file mode 100644 index 000000000..9cae82168 --- /dev/null +++ b/user/physlock/makefile.patch @@ -0,0 +1,14 @@ +--- physlock-13/Makefile 2019-01-28 18:46:20.000000000 +0000 ++++ physlock-13/Makefile 2019-04-18 07:17:28.779909174 +0000 +@@ -7,9 +7,9 @@ + MANPREFIX = $(PREFIX)/share/man + + # enable user detection using libsystemd +-HAVE_SYSTEMD = 1 ++HAVE_SYSTEMD = 0 + +-cflags = -Wall -pedantic $(CFLAGS) ++cflags = -D_GNU_SOURCE -Wall -pedantic $(CFLAGS) + cppflags = -I. $(CPPFLAGS) -D_XOPEN_SOURCE=500 + + lib_systemd_0 = |