]> git.proxmox.com Git - pve-manager.git/commit
buildsys: use CC, CPPFLAGS and CFLAGS
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 19 Jul 2017 06:49:58 +0000 (08:49 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 19 Jul 2017 06:57:31 +0000 (08:57 +0200)
commit103ddb8868085eb9569b9de70b58c85d9f0f89a3
treebada416a1503a1d19be6bd754a82fd7a6ac32732
parentdb3395bb83c577ee14be4de07ff12fe51c5ed478
buildsys: use CC, CPPFLAGS and CFLAGS

pvemailforward is a tiny oneliner, but for the sake of best
practices, let's use the build tools from the environment.
For example, with dpkg-buildpackage this will make us use
-D_FORTIFY_SOURCE=2 etc.
bin/Makefile