You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-25 22:12:03 +02:00
Add CPPFLAGS to compile rules.
This should silence the last of the Debian package warnings.
This commit is contained in:
@@ -231,8 +231,8 @@ sub buildMakefileObjectCompile
|
||||
$strMakefile .=
|
||||
(defined($strMakefile) ? "\n" : '') .
|
||||
"${strObject}: ${strDepend}\n" .
|
||||
"\t\$(CC) \$(CFLAGS) \$(CMAKE)" . (defined($rhOption->{$strObject}) ? ' ' . $rhOption->{$strObject} : '') .
|
||||
" -c ${strFile} -o ${strObject}\n";
|
||||
"\t\$(CC) \$(CPPFLAGS) \$(CFLAGS) \$(CMAKE)" .
|
||||
(defined($rhOption->{$strObject}) ? ' ' . $rhOption->{$strObject} : '') . " -c ${strFile} -o ${strObject}\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user