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