diff options
author | 2015-11-13 22:48:47 +0100 | |
---|---|---|
committer | 2015-11-17 09:29:24 +0100 | |
commit | cb8b5c27b2eaca31e83603417dd7a7269504cbac (patch) | |
tree | 5d7dc785ca1e8801d3ec5f659526e1789edcb98f /package/mysql | |
parent | 7caf46439c684340a494e3aed345c479ec6927c2 (diff) | |
download | buildroot-cb8b5c27b2eaca31e83603417dd7a7269504cbac.tar.gz buildroot-cb8b5c27b2eaca31e83603417dd7a7269504cbac.tar.bz2 |
package/axfsutils: fix Makefile
mkfs.axfs uses zlib, but does not have an rpath to our host dir.
That's because:
- we're not passing our host CFLAGS or LDFLAGS
- it is forcibly setting CFLAGS in the Makefile, overriding anything
specified by the user
- it is not using LDFLAGS at all
Add two patches so that CFLAGS and LDFLAGS from the environment are
used if present.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mysql')
0 files changed, 0 insertions, 0 deletions