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