2 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -65,8 +65,8 @@ All local fixes are provided as a linear patch series:
0001-Fix-utime-usage-for-modern-glibc.patch
0002-Fix-scandir-callback-signatures.patch
0003-Replace-gets-with-fgets.patch
0004 -Add-missing-headers-for-modern-toolchains.patch
`
0004-Add-missing-headers-for-modern-toolchains.patch
## Build

View File

@@ -58,7 +58,7 @@ make an
echo "==> Step 2/3: Build core (make ${TARGET} SSLTYPE=${SSLTYPE})"
# IMPORTANT: do NOT use -j here; UW-IMAP's legacy build is not reliably parallel-safe.
make "${TARGET}" "SSLTYPE=${SSLTYPE}"
make "${TARGET}" "SSLTYPE=${SSLTYPE}" ""EXTRACFLAGS=-I/usr/include/openssl""
echo "==> Step 3/3: Build bundled tools (make bundled)"
# Bundled tools depend on generated headers like c-client/osdep.h.