Blame SOURCES/openssl-1.0.2h-pkgconfig.patch

450916
diff -up openssl-1.0.2h/Makefile.org.pkgconfig openssl-1.0.2h/Makefile.org
450916
--- openssl-1.0.2h/Makefile.org.pkgconfig	2016-05-03 18:06:45.869834730 +0200
450916
+++ openssl-1.0.2h/Makefile.org	2016-06-27 12:04:15.444245018 +0200
450916
@@ -377,7 +377,7 @@ libcrypto.pc: Makefile
450916
 	    echo 'Requires: '; \
450916
 	    echo 'Libs: -L$${libdir} -lcrypto'; \
450916
 	    echo 'Libs.private: $(EX_LIBS)'; \
450916
-	    echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc
450916
+	    echo 'Cflags: -I$${includedir}' ) > libcrypto.pc
450916
 
450916
 libssl.pc: Makefile
450916
 	@ ( echo 'prefix=$(INSTALLTOP)'; \
450916
@@ -388,9 +388,9 @@ libssl.pc: Makefile
450916
 	    echo 'Name: OpenSSL-libssl'; \
450916
 	    echo 'Description: Secure Sockets Layer and cryptography libraries'; \
450916
 	    echo 'Version: '$(VERSION); \
450916
-	    echo 'Requires.private: libcrypto'; \
450916
+	    echo 'Requires: libcrypto'; \
450916
 	    echo 'Libs: -L$${libdir} -lssl'; \
450916
-	    echo 'Libs.private: $(EX_LIBS)'; \
450916
+	    echo 'Libs.private: $(EX_LIBS) $(LIBKRB5)'; \
450916
 	    echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc
450916
 
450916
 openssl.pc: Makefile