package/libscrypt: add patch to fix CFLAGS/LDFLAGS passing
commit4ac1a2b1baeccc25999c033219df4194ff371c49
authorStefan Sørensen <stefan.sorensen@spectralink.com>
Tue, 14 Mar 2017 08:36:08 +0000 (14 09:36 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Mar 2017 22:12:46 +0000 (14 23:12 +0100)
tree00d06a83ed4b86fe10125f65a2ee4b648abe896c
parent30e562d0e0c8837241283302c23905a3b4ef4672
package/libscrypt: add patch to fix CFLAGS/LDFLAGS passing

Because Buildroot passes its own CFLAGS/LDFLAGS, this was overriding
the ones from the package Makefile, leading to build failures because
-fPIC was no longer being passed.

This commit fixes that by adding a patch that allows to keep the
package CFLAGS while passing additional ones through the make command
line. While doing this, it also removes a few hardcoded optimization
and hardening flags, leaving it to Buildroot to decide whether they
should be passed or not. This makes the workaround for stack protector
no longer needed.

Fixes:

  http://autobuild.buildroot.net/results/b25/b256d003d841e492da073788198203e7cbc834cf/

Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com>
[Thomas: tweak commit log and patch description.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libscrypt/0001-Allow-adding-options-to-CFLAGS-and-LDFLAGS-variables.patch [new file with mode: 0644]
package/libscrypt/libscrypt.mk