File: 003-honour-cppflags.patch

package info (click to toggle)
xplc 0.3.13-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,532 kB
  • sloc: sh: 2,739; cpp: 2,697; ansic: 1,127; makefile: 64; perl: 6
file content (14 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Reiner Herrmann <reiner@reiner-h.de>
Description: Honour CPPFLAGS for proper hardening support
Forwarded: https://github.com/xplc/xplc/pull/2

--- a/config/config.mk.in
+++ b/config/config.mk.in
@@ -26,6 +26,7 @@
 CFLAGS+=@CFLAGS@
 CXX=@CXX@
 CXXFLAGS+=@CXXFLAGS@
+CPPFLAGS+=@CPPFLAGS@
 LDFLAGS+=@LDFLAGS@
 pc_version:=@pc_version@
 xplcdir_version:=@xplcdir_version@