linux-fusion: don't override CFLAGS/LDFLAGS
authorArnout Vandecappelle <arnout@mind.be>
Mon, 10 Dec 2012 07:06:59 +0000 (07:06 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 Jan 2013 19:43:11 +0000 (20:43 +0100)
commit90be89c22f777f77e79cea19b302aa55b7b1913c
treed9496bdfe24c6e1eefd0bca6a067bc6bf03a204c
parent0a4bd19f4a136930c611027942ce43124a81c5cb
linux-fusion: don't override CFLAGS/LDFLAGS

Putting $(TARGET_CONFIGURE_OPTS) after $(MAKE) overrides the Makefile's
CFLAGS and LDFLAGS. Some of these flags are required, however. So
instead pass these things in the environment, which allows the Makefile
to append to the flags.

This removes the need for the patch, because now the correct -I options
are added.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/linux-fusion/linux-fusion-fix-include.patch [deleted file]
package/linux-fusion/linux-fusion.mk