Iām building nginx with openssl 1.0.1-stable-SNAPSHOT-20111120
There is a target like this in the Makefile of nginx:
openssl-1.0.1/.openssl/include/openssl/ssl.h: objs/Makefile
cd openssl-1.0.1 \
&& $(MAKE) clean \
&& ./config
--prefix=/home/weiyue/rpmbuild/BUILD/tengine-ssl-1.0.8/openssl-1.0.1/.openssl
no-shared no-threads \
&& $(MAKE) \
&& $(MAKE) install LIBDIR=lib
Remove ā&& $(MAKE) clean \ā, but the target will fail to make, however it can
be done successfully under command line
Openssl 0.9.8 will not act like this.
________________________________
This email (including any attachments) is confidential and may be legally
privileged. If you received this email in error, please delete it immediately
and do not copy it or use it for any purpose or disclose its contents to any
other person. Thank you.
???(??????)??????????????????????????????????????????????????????????????????????
|
I??m building nginx with openssl 1.0.1-stable-SNAPSHOT-20111120 There is a target like this in the Makefile of nginx: openssl-1.0.1/.openssl/include/openssl/ssl.h: objs/Makefile cd openssl-1.0.1 \ && $(MAKE) clean \ && ./config --prefix=/home/weiyue/rpmbuild/BUILD/tengine-ssl-1.0.8/openssl-1.0.1/.openssl no-shared no-threads \ && $(MAKE) \ && $(MAKE) install LIBDIR=lib Remove ??&& $(MAKE) clean \??, but the target will fail to make, however it can be done successfully under command line Openssl 0.9.8 will not act like this. This email (including any attachments) is confidential and may be legally privileged. If you received this email in error, please delete it immediately and do not copy it or use it for any purpose or disclose its contents to any other person. Thank you. ??????(??????????)???????????????????????????????????????????????????????????????????????????????????????????????????é²??????????????? |
