Re: [OE-core] [PATCH] git: Fix various makefile flags

2014-05-12 Thread Koen Kooi
Op 12 mei 2014, om 12:04 heeft Richard Purdie het volgende geschreven: > We need to pass CFLAGS and LDFLAGS to the makefile correctly so we > need to list them as part of EXTRA_OEMAKE. > > We also have a problem where git hardlinks binaries in bindir with > those in its libexecdir. If we chang

[OE-core] [PATCH] git: Fix various makefile flags

2014-05-12 Thread Richard Purdie
We need to pass CFLAGS and LDFLAGS to the makefile correctly so we need to list them as part of EXTRA_OEMAKE. We also have a problem where git hardlinks binaries in bindir with those in its libexecdir. If we change the RPATH in one of them, it breaks the other. We therefore set the no cross dir ha