File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pushd gdbm-${GDBM_VERSION}
15
15
16
16
# CPython setup.py looks for libgdbm_compat and gdbm-ndbm.h,
17
17
# which require --enable-libgdbm-compat.
18
- CLFAGS =" ${EXTRA_TARGET_CFLAGS} -fPIC" CPPFLAGS=" ${EXTRA_TARGET_CFLAGS} -fPIC" ./configure \
18
+ CFLAGS =" ${EXTRA_TARGET_CFLAGS} -fPIC" CPPFLAGS=" ${EXTRA_TARGET_CFLAGS} -fPIC" ./configure \
19
19
--build=${BUILD_TRIPLE} \
20
20
--host=${TARGET_TRIPLE} \
21
21
--prefix=/tools/deps \
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ if [ "${CC}" = "musl-clang" ]; then
89
89
fi
90
90
91
91
# Install to /tools/deps/libedit so it doesn't conflict with readline's files.
92
- CLFAGS =" ${cflags} " CPPFLAGS=" ${cflags} " LDFLAGS=" ${ldflags} " \
92
+ CFLAGS =" ${cflags} " CPPFLAGS=" ${cflags} " LDFLAGS=" ${ldflags} " \
93
93
./configure \
94
94
--build=${BUILD_TRIPLE} \
95
95
--host=${TARGET_TRIPLE} \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ tar -xf patchelf-${PATCHELF_VERSION}.tar.bz2
13
13
14
14
pushd patchelf-0.12.20200827.8d3a16e
15
15
16
- CC=" ${HOST_CC} " CXX=" ${HOST_CXX} " CLFAGS =" ${EXTRA_HOST_CFLAGS} -fPIC" CPPFLAGS=" ${EXTRA_HOST_CFLAGS} -fPIC" \
16
+ CC=" ${HOST_CC} " CXX=" ${HOST_CXX} " CFLAGS =" ${EXTRA_HOST_CFLAGS} -fPIC" CPPFLAGS=" ${EXTRA_HOST_CFLAGS} -fPIC" \
17
17
./configure \
18
18
--build=${BUILD_TRIPLE} \
19
19
--host=${TARGET_TRIPLE} \
@@ -31,4 +31,4 @@ if [ -d /tools/${TOOLCHAIN}/lib ]; then
31
31
LD_LIBRARY_PATH=/tools/${TOOLCHAIN} /lib src/patchelf --replace-needed libgcc_s.so.1 /tools/${TOOLCHAIN} /lib/libgcc_s.so.1 ${ROOT} /out/tools/host/bin/patchelf
32
32
fi
33
33
34
- ${ROOT} /out/tools/host/bin/patchelf --version
34
+ ${ROOT} /out/tools/host/bin/patchelf --version
You can’t perform that action at this time.
0 commit comments