projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb28403
)
Since we're including Kerberos 5 headers in our exported header files (when
author
Richard Levitte
<levitte@openssl.org>
Sun, 29 Dec 2002 23:03:16 +0000
(23:03 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 29 Dec 2002 23:03:16 +0000
(23:03 +0000)
OpenSSL is configured to use Kerberos), we'd better tell pkg-config users
where they can be found.
PR: 421
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 61797251c5d97001a27ffccf4299af37d97a4e52..fa18de17eb7f8e66f0c8e964182fc7c1d7dbc5ff 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-529,7
+529,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."