mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-21 00:54:55 +00:00
fftw: Remove hardcoded sysroot into binaries
FFTW_CC is added to image via version.o and its CC + CFLAGS however CC in OE containes --syroot compiler option which encodes buildpaths into binary, therefore remove this option from FFTW_CC in config.h Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b491d4b983
commit
ef03326d31
@ -55,6 +55,7 @@ do_configure() {
|
||||
do_compile() {
|
||||
for lib in fftw fftwl fftwf; do
|
||||
cd ${WORKDIR}/build-$lib
|
||||
sed -i -e 's|${TOOLCHAIN_OPTIONS}||g' config.h
|
||||
autotools_do_compile
|
||||
done
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user