diff -up openssl-1.0.2a/Makefile.org.krb5 openssl-1.0.2a/Makefile.org --- openssl-1.0.2a/Makefile.org.krb5 2015-04-21 17:08:41.157464459 +0200 +++ openssl-1.0.2a/Makefile.org 2015-04-21 17:11:56.887039005 +0200 @@ -372,7 +372,7 @@ libcrypto.pc: Makefile echo 'Requires: '; \ echo 'Libs: -L$${libdir} -lcrypto'; \ echo 'Libs.private: $(EX_LIBS)'; \ - echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc + echo 'Cflags: -I$${includedir}' ) > libcrypto.pc libssl.pc: Makefile @ ( echo 'prefix=$(INSTALLTOP)'; \ @@ -385,7 +385,7 @@ libssl.pc: Makefile echo 'Version: '$(VERSION); \ echo 'Requires.private: libcrypto'; \ echo 'Libs: -L$${libdir} -lssl'; \ - echo 'Libs.private: $(EX_LIBS)'; \ + echo 'Libs.private: $(EX_LIBS) $(LIBKRB5)'; \ echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc openssl.pc: Makefile