2018-03-27 17:20:21 +02:00
|
|
|
Index: openssl-1.1.0h/Configurations/unix-Makefile.tmpl
|
2018-02-16 13:13:08 +01:00
|
|
|
===================================================================
|
2018-03-27 17:20:21 +02:00
|
|
|
--- openssl-1.1.0h.orig/Configurations/unix-Makefile.tmpl 2018-03-27 16:32:18.922799218 +0200
|
|
|
|
+++ openssl-1.1.0h/Configurations/unix-Makefile.tmpl 2018-03-27 16:33:19.307764137 +0200
|
|
|
|
@@ -710,7 +710,7 @@ libcrypto.pc:
|
2018-02-16 13:13:08 +01:00
|
|
|
echo 'Version: '$(VERSION); \
|
|
|
|
echo 'Libs: -L$${libdir} -lcrypto'; \
|
|
|
|
echo 'Libs.private: $(EX_LIBS)'; \
|
|
|
|
- echo 'Cflags: -I$${includedir}' ) > libcrypto.pc
|
|
|
|
+ echo 'Cflags: -DOPENSSL_LOAD_CONF -I$${includedir}' ) > libcrypto.pc
|
|
|
|
|
|
|
|
libssl.pc:
|
|
|
|
@ ( echo 'prefix=$(INSTALLTOP)'; \
|
2018-03-27 17:20:21 +02:00
|
|
|
@@ -723,7 +723,7 @@ libssl.pc:
|
|
|
|
echo 'Version: '$(VERSION); \
|
2018-02-16 13:13:08 +01:00
|
|
|
echo 'Requires.private: libcrypto'; \
|
|
|
|
echo 'Libs: -L$${libdir} -lssl'; \
|
|
|
|
- echo 'Cflags: -I$${includedir}' ) > libssl.pc
|
|
|
|
+ echo 'Cflags: -DOPENSSL_LOAD_CONF -I$${includedir}' ) > libssl.pc
|
|
|
|
|
|
|
|
openssl.pc:
|
|
|
|
@ ( echo 'prefix=$(INSTALLTOP)'; \
|