a1fb602
diff -up openssl-1.0.2a/Makefile.org.krb5 openssl-1.0.2a/Makefile.org
a1fb602
--- openssl-1.0.2a/Makefile.org.krb5	2015-04-21 17:08:41.157464459 +0200
a1fb602
+++ openssl-1.0.2a/Makefile.org	2015-04-21 17:11:56.887039005 +0200
a1fb602
@@ -372,7 +372,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)'; \
a1fb602
@@ -385,7 +385,7 @@ libssl.pc: Makefile
d46b44c
 	    echo 'Version: '$(VERSION); \
a1fb602
 	    echo 'Requires.private: 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