File: hardening.patch

package info (click to toggle)
coolmail 1.3-16
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 316 kB
  • sloc: ansic: 1,527; makefile: 70
file content (17 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-12-04
Description: Enable propagation of hardening options

--- a/Makefile
+++ b/Makefile
@@ -43,8 +43,8 @@ MAILDIR = -DSUPPORT_MAILDIR
 
 #### You really don't need to read past this point. ####
 
-LIBS  = $(LIB_DIRS) -lXt -lX11 -lm
-COPTS = $(CFLAGS) $(AUDIO) $(MAILDIR)
+LIBS  = $(LIB_DIRS) -lXt -lX11 -lm $(LDFLAGS)
+COPTS = $(CPPFLAGS) $(CFLAGS) $(AUDIO) $(MAILDIR)
 
 all: coolmail
 	# Done.