opnsense-ports/security/openssl-unsafe/files/patch-apps_Makefile
Franco Fichtner 464d8d503f */*: sync with upstream
Taken from: HardenedBSD
2017-10-10 16:45:17 +02:00

11 lines
461 B
Text

--- apps/Makefile.orig 2017-07-06 01:00:00 UTC
+++ apps/Makefile
@@ -118,7 +118,7 @@ install:
done
@cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \
chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \
- mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf
+ mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.sample
tags:
ctags $(SRC)