31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
|
diff -up openssl-1.0.1/Makefile.org.krb5 openssl-1.0.1/Makefile.org
|
||
|
--- openssl-1.0.1/Makefile.org.krb5 2012-03-14 21:15:04.000000000 +0100
|
||
|
+++ openssl-1.0.1/Makefile.org 2012-04-11 16:28:31.254725422 +0200
|
||
|
@@ -370,7 +370,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)'; \
|
||
|
@@ -383,7 +383,7 @@ libssl.pc: Makefile
|
||
|
echo 'Version: '$(VERSION); \
|
||
|
echo 'Requires: '; \
|
||
|
echo 'Libs: -L$${libdir} -lssl -lcrypto'; \
|
||
|
- echo 'Libs.private: $(EX_LIBS)'; \
|
||
|
+ echo 'Libs.private: $(EX_LIBS) $(LIBKRB5)'; \
|
||
|
echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc
|
||
|
|
||
|
openssl.pc: Makefile
|
||
|
@@ -397,7 +397,7 @@ openssl.pc: Makefile
|
||
|
echo 'Version: '$(VERSION); \
|
||
|
echo 'Requires: '; \
|
||
|
echo 'Libs: -L$${libdir} -lssl -lcrypto'; \
|
||
|
- echo 'Libs.private: $(EX_LIBS)'; \
|
||
|
+ echo 'Libs.private: $(EX_LIBS) $(LIBKRB5)'; \
|
||
|
echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc
|
||
|
|
||
|
Makefile: Makefile.org Configure config
|