2023-11-28 12:04:23 +01:00
|
|
|
Index: openssl-3.2.0/Configurations/unix-Makefile.tmpl
|
2020-04-24 10:03:40 +02:00
|
|
|
===================================================================
|
2023-11-28 12:04:23 +01:00
|
|
|
--- openssl-3.2.0.orig/Configurations/unix-Makefile.tmpl
|
|
|
|
+++ openssl-3.2.0/Configurations/unix-Makefile.tmpl
|
|
|
|
@@ -1454,7 +1454,7 @@ libcrypto.pc:
|
2020-04-24 10:03:40 +02:00
|
|
|
echo 'Version: '$(VERSION); \
|
|
|
|
echo 'Libs: -L$${libdir} -lcrypto'; \
|
|
|
|
echo 'Libs.private: $(LIB_EX_LIBS)'; \
|
|
|
|
- echo 'Cflags: -I$${includedir}' ) > libcrypto.pc
|
|
|
|
+ echo 'Cflags: -DOPENSSL_LOAD_CONF -I$${includedir}' ) > libcrypto.pc
|
|
|
|
|
|
|
|
libssl.pc:
|
|
|
|
@ ( echo 'prefix=$(INSTALLTOP)'; \
|
2023-11-28 12:04:23 +01:00
|
|
|
@@ -1471,7 +1471,7 @@ libssl.pc:
|
2020-04-24 10:03:40 +02:00
|
|
|
echo 'Version: '$(VERSION); \
|
|
|
|
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)'; \
|