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.
