Check-in [e345857571]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Ensure SSL certificate directory is set to correct location for LibreSSL
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e3458575714915d08439039c9f6e7168515a205e
User & Date: rkeene 2020-08-25 16:35:49.336
Context
2020-09-02
18:05
Add support for mremap, which fixes some memory issues so we can decrease the amount of available memory for each process check-in: b7941c450f user: rkeene tags: trunk
2020-08-25
16:35
Ensure SSL certificate directory is set to correct location for LibreSSL check-in: e345857571 user: rkeene tags: trunk
16:22
Revert [273501fe4e] check-in: f19a95b69c user: rkeene tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to scripts/fossil/build-fossil-static.sh.
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
	## From Build-CC 0.9+
	eval $(~/root/cross-compilers/setup-cc "${target}") || exit 1

	# This defeats hardening attempts that break on various platforms
	CFLAGS=' -g -O0 '
	export CFLAGS

	./configure --with-pic --disable-shared --enable-static  --host="${target}" "${libressl_configure_options[@]}" --prefix="$(pwd)/INST" || exit 1

	# Disable building the apps -- they do not get used
	rm -rf apps
	mkdir apps
	cat << \_EOF_ > apps/Makefile
%:
	@echo Nothing to do







|







232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
	## From Build-CC 0.9+
	eval $(~/root/cross-compilers/setup-cc "${target}") || exit 1

	# This defeats hardening attempts that break on various platforms
	CFLAGS=' -g -O0 '
	export CFLAGS

	./configure --with-pic --disable-shared --enable-static  --host="${target}" "${libressl_configure_options[@]}" --prefix="$(pwd)/INST" --with-openssldir=/etc/ssl || exit 1

	# Disable building the apps -- they do not get used
	rm -rf apps
	mkdir apps
	cat << \_EOF_ > apps/Makefile
%:
	@echo Nothing to do