diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-09 23:13:52 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-10 21:36:31 -0600 |
commit | 65271fcf4d1c2cc28f4b5a440b553d5647dcd2e5 (patch) | |
tree | 92021468d6d9d2a3dd3f057982b0998ac532ac7c /desktop/slock/patches/config.mk.patch | |
parent | db8440e2ba43a9c83c3c29543ccc5dad026c611c (diff) |
desktop/slock: Added some patches from upstream git
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/slock/patches/config.mk.patch')
-rw-r--r-- | desktop/slock/patches/config.mk.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/slock/patches/config.mk.patch b/desktop/slock/patches/config.mk.patch new file mode 100644 index 0000000000000..b1c58211011c1 --- /dev/null +++ b/desktop/slock/patches/config.mk.patch @@ -0,0 +1,11 @@ +--- slock-1.2/config.mk.orig 2014-12-22 11:18:07.000000000 +0100 ++++ slock-1.2/config.mk 2015-03-01 16:50:44.945646629 +0100 +@@ -15,7 +15,7 @@ + + # flags + CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H +-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} ++CFLAGS = @SLACKCFLAGS@ -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS} + LDFLAGS = -s ${LIBS} + + # On *BSD remove -DHAVE_SHADOW_H from CPPFLAGS and add -DHAVE_BSD_AUTH |