You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.0 KiB
24 lines
1.0 KiB
diff -up openssl-1.0.2h/Makefile.org.pkgconfig openssl-1.0.2h/Makefile.org |
|
--- openssl-1.0.2h/Makefile.org.pkgconfig 2016-05-03 18:06:45.869834730 +0200 |
|
+++ openssl-1.0.2h/Makefile.org 2016-06-27 12:04:15.444245018 +0200 |
|
@@ -377,7 +377,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)'; \ |
|
@@ -388,9 +388,9 @@ libssl.pc: Makefile |
|
echo 'Name: OpenSSL-libssl'; \ |
|
echo 'Description: Secure Sockets Layer and cryptography libraries'; \ |
|
echo 'Version: '$(VERSION); \ |
|
- echo 'Requires.private: libcrypto'; \ |
|
+ echo 'Requires: 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
|
|
|