/[smeserver]/rpms/openssl/sme8/openssl-0.9.8a-link-krb5.patch
ViewVC logotype

Contents of /rpms/openssl/sme8/openssl-0.9.8a-link-krb5.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Feb 18 03:03:08 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: openssl-0_9_8e-28_el5_sme, openssl-0_9_8e-33_1_el5_sme, openssl-0_9_8e-32_1_el5_sme, openssl-0_9_8e-27_1_el5_sme, openssl-0_9_8e-27_el5_10_1, openssl-0_9_8e-31_1_el5_sme, HEAD
Branch point for: upstream
Initial import

1 --- openssl-0.9.8a/Makefile.org.link-krb5 2005-07-05 07:14:21.000000000 +0200
2 +++ openssl-0.9.8a/Makefile.org 2005-11-07 18:00:08.000000000 +0100
3 @@ -266,7 +266,7 @@
4
5 do_$(SHLIB_TARGET):
6 @ set -e; libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
7 - if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \
8 + if [ "$$i" = "ssl" -a -n "$(LIBKRB5)" ]; then \
9 libs="$(LIBKRB5) $$libs"; \
10 fi; \
11 $(CLEARENV) && $(MAKE) -f Makefile.shared -e $(BUILDENV) \

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed