Commit 73ee68e
Makefile: Allow to pass CPPFLAGS flags
While preparing squashfs-mount for Debian it was noticed that CPPFLAGS
passed by dpkg-buildflags during the builds are not passed down.
dpkg-buildflags in Debian at the point of writing, passes
-Wdate-time -D_FORTIFY_SOURCE=2
Allow to pass own CPPFLAGS and fallback to the current behaviour if not
set earlier.
Link: https://qa.debian.org/bls/packages/s/squashfs-mount.html
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>1 parent a14e99d commit 73ee68e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments