diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-04-26 06:51:32 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-04-26 06:51:32 +0000 |
commit | c00548a6a6528351c222d79004fd627a557b4427 (patch) | |
tree | 68ebf1295d67f9f863ad328a544eebfe4bb21417 /user/physlock/makefile.patch | |
parent | 125d9bdd41e1543b959baa9c23b8a036bb3a4791 (diff) | |
parent | c9961e457ff471f211b057a649d1357fcb898658 (diff) | |
download | packages-c00548a6a6528351c222d79004fd627a557b4427.tar.gz packages-c00548a6a6528351c222d79004fd627a557b4427.tar.bz2 packages-c00548a6a6528351c222d79004fd627a557b4427.tar.xz packages-c00548a6a6528351c222d79004fd627a557b4427.zip |
Merge branch 'bump.sroracle.20190417' into 'master'
bump.sroracle.20190417
See merge request !219
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 = |