File: fix_cppflags

package info (click to toggle)
jhead 1%3A3.08-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,312 kB
  • sloc: ansic: 4,240; sh: 145; makefile: 44; python: 30
file content (12 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: jhead/makefile
===================================================================
--- jhead.orig/makefile
+++ jhead/makefile
@@ -11,6 +11,7 @@ SRC=.
 DPKG_BUILDFLAGS := $(shell command -v dpkg-buildflags 2> /dev/null)
 ifdef DPKG_BUILDFLAGS
 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 endif