2014-04-09 18:17:23 +02:00
|
|
|
Index: openssl-1.0.1g/Makefile.org
|
|
|
|
===================================================================
|
|
|
|
--- openssl-1.0.1g.orig/Makefile.org
|
|
|
|
+++ openssl-1.0.1g/Makefile.org
|
|
|
|
@@ -367,7 +367,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)'; \
|
2014-04-09 18:17:23 +02:00
|
|
|
@@ -381,7 +381,7 @@ libssl.pc: Makefile
|
2013-08-13 11:00:53 +02:00
|
|
|
echo 'Requires: '; \
|
|
|
|
echo 'Libs: -L$${libdir} -lssl -lcrypto'; \
|
|
|
|
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)'; \
|
2014-04-09 18:17:23 +02:00
|
|
|
@@ -395,7 +395,7 @@ openssl.pc: Makefile
|
2013-08-13 11:00:53 +02:00
|
|
|
echo 'Requires: '; \
|
|
|
|
echo 'Libs: -L$${libdir} -lssl -lcrypto'; \
|
|
|
|
echo 'Libs.private: $(EX_LIBS)'; \
|
|
|
|
- echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc
|
|
|
|
+ echo 'Cflags: -DOPENSSL_LOAD_CONF -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc
|
|
|
|
|
|
|
|
Makefile: Makefile.org Configure config
|
|
|
|
@echo "Makefile is older than Makefile.org, Configure or config."
|