From: Richard Levitte Date: Sun, 29 Dec 2002 23:03:12 +0000 (+0000) Subject: Since we're including Kerberos 5 headers in our exported header files (when X-Git-Tag: OpenSSL_0_9_7a~86^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49be7042dc0327dfdd7a0e57277e9ba8beb39217;p=thirdparty%2Fopenssl.git Since we're including Kerberos 5 headers in our exported header files (when OpenSSL is configured to use Kerberos), we'd better tell pkg-config users where they can be found. PR: 421 --- diff --git a/Makefile.org b/Makefile.org index 928eb86225b..ec602faa7df 100644 --- a/Makefile.org +++ b/Makefile.org @@ -293,7 +293,7 @@ openssl.pc: Makefile.ssl echo 'Version: '$(VERSION); \ echo 'Requires: '; \ echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \ - echo 'Cflags: -I$${includedir}' ) > openssl.pc + echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc Makefile.ssl: Makefile.org @echo "Makefile.ssl is older than Makefile.org."