2015-06-08 08:25:56 +02:00
|
|
|
Index: openssl-1.0.2a/Makefile.org
|
2014-04-09 18:17:23 +02:00
|
|
|
===================================================================
|
2015-06-08 08:25:56 +02:00
|
|
|
--- openssl-1.0.2a.orig/Makefile.org 2015-04-04 11:17:01.000155196 +0200
|
|
|
|
+++ openssl-1.0.2a/Makefile.org 2015-04-04 11:17:03.379188598 +0200
|
|
|
|
@@ -368,7 +368,7 @@ libcrypto.pc: Makefile
|
2013-08-13 11:00:53 +02:00
|
|
|
echo 'Requires: '; \
|
|
|
|
echo 'Libs: -L$${libdir} -lcrypto'; \
|
|
|
|
echo 'Libs.private: $(EX_LIBS)'; \
|
|
|
|
- echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc
|
|
|
|
+ echo 'Cflags: -DOPENSSL_LOAD_CONF -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc
|
|
|
|
|
|
|
|
libssl.pc: Makefile
|
|
|
|
@ ( echo 'prefix=$(INSTALLTOP)'; \
|
2015-06-08 08:25:56 +02:00
|
|
|
@@ -382,7 +382,7 @@ libssl.pc: Makefile
|
|
|
|
echo 'Requires.private: libcrypto'; \
|
|
|
|
echo 'Libs: -L$${libdir} -lssl'; \
|
2013-08-13 11:00:53 +02:00
|
|
|
echo 'Libs.private: $(EX_LIBS)'; \
|
|
|
|
- echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc
|
|
|
|
+ echo 'Cflags: -DOPENSSL_LOAD_CONF -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc
|
|
|
|
|
|
|
|
openssl.pc: Makefile
|
|
|
|
@ ( echo 'prefix=$(INSTALLTOP)'; \
|